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.
To build for development:
Run ng build
or npm run build
To build for production:
Run ng build --prod
or npm run build-prod
**Prior to running ng build
you will need to build themes by running npm run build
or running the build themes script
Run ng serve
or npm start
To run unit tests:
Run ng test
or npm test
To run end to end tests:
Run ng e2e
or npm run e2e
Run ng lint
or npm run lint