Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 556 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 556 Bytes

Короткая справка

создать новую страницу

npm run create section/subsection/page.md #после создания draft поставить в true

проверить на ошибки

npm run lint  

очистить

npm run clean  

Запустить проект локально

npm run start 

Собрать статический сайт

npm run build 

Отправить на netlify

git add . && git commit -m "some commit" && git push