Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xnimorz/hh-school-js
https://github.com/xnimorz/hh-school-js
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xnimorz/hh-school-js
- Owner: xnimorz
- Created: 2019-12-19T07:41:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T12:35:58.000Z (about 2 years ago)
- Last Synced: 2024-10-31T05:51:40.329Z (2 months ago)
- Language: CSS
- Size: 2.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hh-school-html
[Demo](http://leonidfeskov.github.io/hh-school-html/)## Установка
* Установите [Node.js](https://nodejs.org/en/download/)
`brew install node`
* Установите [yarn](https://yarnpkg.com/lang/en/docs/install/)
`brew install yarn`
* Установите [parcel](https://parceljs.org)
`yarn global add parcel-bundler`
* Установите зависимости проекта `yarn install`## Для разработки:
`yarn dev`откройте http://localhost:1234/
## Сборка:
`yarn build`## Деплой на gh-pages:
`yarn deploy`