Web dashboard allowing a signed-in user to inspect their Ledger state and trigger cloud erase if needed.
This project is built using Angular and was scaffolded using Angular CLI version 6.0.8.
npm install -g @angular/cli
npm install -g firebase-tools
npm install
in the cloud_dashboard
directoryng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source filesng test
to execute the unit tests via KarmaTo get more help on the Angular CLI use ng help
or go check out the Angular CLI README
Run firebase login
at least once. Then:
ng build --prod
to build the project. The build artifacts will be stored in the dist/
directoryfirebase deploy