This project was generated with angular-cli version 1.0.0-beta.29.
yarn setup
- Create local branch and make changes
ng serve
- Submit PR
- Marge PR into master
- Firebase authentication - may not be required
- Run
tools/deploy.sh
When you first checkout the repo, run yarn setup
to install all dependencies.
Install Firebase Tools by running npm install -g firebase-tools
and run firebase login
to authenticate for deployment permissions.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng serve -o
to have the browser open once the initial build is complete.
Create a branch and push a pull request to GitHub. Once the PR has succesfully passed Travis tests, and has been approved and merged, the update will be automatically be pushed to GitHub pages https://gdgtc.github.io/devfest/
.
Deploying to live http://devfest.mn website
Run tools/deploy.sh
If you see an 'HTTP Error: 401, Request had invalid authentication credentials.' error:
- First try running
firebase login
If 'Already logged in as ..':
- Run
firebase logout
- Run
firebase login
and supply credentials - Try re-running
tools/deploy.sh
To get more help on the angular-cli
use ng help
or go check out the Angular-CLI README.