Skip to content

Corvux89/avrae.io

 
 

Repository files navigation

Avrae.io Build Status

Avrae.io

Important Links

Overview

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.

Local Config

Edit src/environments/environment.js#clientId to the Discord client ID of your test application.

Build

To build for development:

Run npm run build:ssr

To build for production:

Run npm run build-prod:ssr

Run (Dev)

Run npm run dev:ssr

Run tests

To run end to end tests:

Run npm run e2e:<env> where env is either live, stg, dev or docker

Lint

Run ng lint or npm run lint

About

The source code for the website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 64.6%
  • HTML 26.0%
  • SCSS 5.0%
  • CSS 4.0%
  • JavaScript 0.2%
  • Python 0.1%
  • Other 0.1%