- NodeJS
- Gulp
- Bootstrap
- FontAwesome
- Etc.
- Clone this repository
cd
into the repo.- Run
npm install
- Edit the files in the
/src
directory. - Run
gulp watch
- This will watch for changes you make in
/src
- It will compile everything to
/dist
- It will open BrowserSync in your default browser and refresh everytime you make changes
- This will watch for changes you make in
- Run
gulp
and deploy the contents of the/dist
folder it creates. - Or, you can use the same
/dist
folder thatgulp watch
creates.
git subtree push --prefix dist origin gh-pages