The leaderboard website displays scores submitted by different players. It also allows you to submit your score.
- HTML
- CSS
- JavaScript Classes
- Linters
- Vscode
- Webpack-5
To get a local copy up and running follow these simple example steps.
- Node and NPM
- Web browser (Google chrome)
- Code Editor (VSCode)
- git clone the project
git clone git@github.com:Debas-31/leaderboard
- Install Dependencies
npm install
To run StyleLint by itself, you may run the lint task:
npx stylelint "**/*.{css,scss}"
Or to automatically fix issues found (where possible):
npx stylelint "**/*.{css,scss}" --fix
You can also check against Webhint:
npx hint --telemetry=off .
👤 Debas Gebreslasie
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- minimalist website
- web.archive.org
- Hat tip to anyone whose code was used
- Inspiration, resources/assets used
- etc