The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.
To get a local copy up and running follow these simple example steps.
https://github.com/Mutalenic/leaderBoard.git
.cd /leaderBoard
npm run build
or npm start
For tracking linter errors locally you need to follow these steps:
After cloning the project you need to run these commands
npm install
This command will download all the dependancies of the project
For tracking linter errors in HTML files run:
npx hint .
For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
And For tracking linter errors in JavaScript files run:
npx eslint .
👤 Nicholas Mutale
Feel free to check the [https://github.com/Mutalenic/leaderBoard/issues]
Give a ⭐️ if you like this project
This project is MIT licensed.