https://github.com/sliit-foss/bashaway-leaderboard
Real time publicly accessible leaderboard for SLIIT Bashaway
https://github.com/sliit-foss/bashaway-leaderboard
bashaway leaderboard
Last synced: 11 months ago
JSON representation
Real time publicly accessible leaderboard for SLIIT Bashaway
- Host: GitHub
- URL: https://github.com/sliit-foss/bashaway-leaderboard
- Owner: sliit-foss
- Created: 2023-08-24T19:27:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T17:42:01.000Z (over 1 year ago)
- Last Synced: 2025-04-12T07:51:39.701Z (about 1 year ago)
- Topics: bashaway, leaderboard
- Language: JavaScript
- Homepage: https://leaderboard.bashaway.sliitfoss.org
- Size: 9.86 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Realtime leaderboard for the Bashaway competition
## Deployments
- [Production](https://leaderboard.bashaway.sliitfoss.org) (Not always running)
- [Staging](https://leaderboard.staging.bashaway.sliitfoss.org)
## Getting started
- Run `pnpm install` to install all dependencies
- Run `pnpm dev` to start the development server
## Commit messages
- We follow conventional commits during our development workflow as a good practice. More information can be found at their official [documentation](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#examples)
- Refer the [commitlint.config.js](https://github.com/sliit-foss/bashaway-leaderboard/blob/main/commitlint.config.cjs) file for a full list of supported commit message prefixes
## Additional tools
- This project is bootstrapped with [Lefthook](https://evilmartians.com/opensource/lefthook), [Eslint](https://eslint.org/) and [Prettier](https://prettier.io/). Please make good use of them.