mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
383 B
383 B
permalink |
---|
/index.html |
Gogh
DEV Website
Pre:
- Gulp
- node
- npm
Start:
- Run
npm install
. This will install all dependencies the project needs. - Run
gulp dev
and start coding .
To push changes into gh-pages
$ git subtree push --prefix gh-pages origin gh-pages
Delete remote branch
$ git push origin --delete gh-pages