T²CR Dashboard
Frontend to view statistics on the T²CR and Badges.
- Clone this repo.
- Duplicate
.env.example, rename it to.envand fill in the environment variables. - Run
npm installto install dependencies and thennpm startto run the service in development mode.
To run in production run npm run build and serve the build folder.
You can use serve and pm2 to run in production:
1- npm install -g serve pm2
2- pm2 serve build --name t2cr-dashboard
npm run format- Lint, fix and prettify all the project.npm run cz- Run commitizen.npm run build- Create a production build.