This project is designed to assist Dungeon Masters with travel during a Tomb of Annihilation campaign.
Check out https://tomb-of-annihilation-map.firebaseapp.com/ for a preview.
Run npm install
then npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Build is automated with travis-ci. Run npm run build
to build to local dist folder or npm run deploy
to deploy. This requires you to run npm i firebase -g && firebase login
first.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.