avrae / avrae.io

The source code for the website.

Home Page:https://avrae.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ng e2e or npm run e2e

Lint

Run ng lint or npm run lint

About

The source code for the website.

https://avrae.io

License:GNU General Public License v3.0


Languages

Language:TypeScript 64.3%Language:HTML 26.2%Language:SCSS 5.0%Language:CSS 4.1%Language:JavaScript 0.3%Language:Shell 0.1%Language:Dockerfile 0.0%