This is the source code for the Angular website located at https://avrae.io. It serves as a web portal for users of the D&D Beyond Avrae Discord Bot to manage their data.
Edit src/environments/environment.js#clientId
to the Discord client ID of your test application.
To build for development:
Run npm run build:ssr
To build for production:
Run npm run build-prod:ssr
Run npm run dev:ssr
To run end to end tests:
Run ng e2e
or npm run e2e
Run ng lint
or npm run lint