main
PHDays Badge WebUI
Installation
npm install
Development
npm run development
Build
Create the production build.
npm run build --verbose
Lint
There are several libraries used in the project that help us to keep our codebase healthy:
Every time we commit something it will execute the linters and format the staged files if needed.
If you want to check them individually you could execute the following scripts:
npm run lint
npm run csslint
npm run format
Huge thanks to @jvalen for the pixel-art-react repository.
Languages
JavaScript
78.9%
CSS
20.5%
HTML
0.6%