From 30b1e793692c8b1abc19957ef9f477ee68cc8690 Mon Sep 17 00:00:00 2001 From: Alexander Repeta <alexander.repeta@gmail.com> Date: Tue, 23 Mar 2021 14:38:24 +0200 Subject: [PATCH] update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4c9f8b..c2bd8b5 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,11 @@ npm run dev заменив `имÑ_пользователÑ` и `имÑ_репозиториÑ` на Ñвои. ```json -"homepage": "https://имÑ_пользователÑ.github.io/имÑ_репозиториÑ" -"build": "parcel build src/*.html --public-url /имÑ_репозиториÑ/", +"homepage": "https://имÑ_пользователÑ.github.io/имÑ_репозиториÑ", +"scripts": { + "dev": "parcel src/*.html", + "build": "parcel build src/*.html --public-url /имÑ_репозиториÑ/" +}, ``` Через какое-то Ð²Ñ€ÐµÐ¼Ñ Ð¶Ð¸Ð²ÑƒÑŽ Ñтраницу можно будет поÑмотреть по адреÑу указанному в отредактированном -- GitLab