Fullstacks community Wakatime leaderboard API and tools.
Development of this project happens in GitHub, and we appreciate contributions. Please read section bellow before start contributing.
- POSIX-compliant shell
- git >= 2
- volta
- node >= 16
- npm >= 7
main
: latest stable releasedev
: latest development changes
The Fullstacks-Dev team is monitoring for pull requests. We will review your pull request and either merge it, request changes to it, or close it with an explanation.
Before submitting a pull request, please make sure the following is done:
- Fork the repository and create your feature branch from dev brach.
- Install dependencies by running
npm run install
. - To start development run
npm run dev
. - If you’ve fixed a bug or added code that should be tested, add tests please.
- Ensure everything is ok by running
npm run verify
.