---
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
```bash
$ git subtree push --prefix gh-pages origin gh-pages
```
Delete remote branch
```bash
$ git push origin --delete gh-pages
```