Skip to content
Snippets Groups Projects
Commit 30b1e793 authored by Alexander Repeta's avatar Alexander Repeta
Browse files

update readme

parent ca3e2693
No related branches found
No related tags found
No related merge requests found
......@@ -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 /имя_репозитория/"
},
```
Через какое-то время живую страницу можно будет посмотреть по адресу указанному в отредактированном
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment