Install Gulp
npm install gulp-cli -g
Install Firebase CLI
npm install firebase-tools -g
Install all dependencies of the project
yarn
It should you call every time you pull new version of app from GitHub.
gulp build
That's re-generate all compiled files in public/style/
directory.
You can also call gulp watch
to automatically re-generate files immediately
than you change any monitored files (all in src/style
directory).
firebase serve
Start's local server (usually at URL http://localhost:5000/) with app.
firebase deploy
It can call only users with access to Firebase techheaven-general
project.
Currently is deploy produced automactically by Travis CI. Just delivery new content do master
branch on GitHub repository.