mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-13 19:16:51 +08:00
986 B
986 B
Contributing
Technologies
- NodeJS v10
- Firebase
Prerequisite - Mongo setup
- Install MongoDB: Community Edition
- Optional: Install Mongodb Compass for easier viewing and manipulation of data
Building and Running
- Run
npm ci
in the project root directory to install dependencies. - Run
npm run start:dev
to start a local dev server on port 5000. It will watch for changes and rebuild when you edit files insrc/
orpublic/
. Use ctrl+c to stop it.
Standards and Conventions
- Code style is enforced by Prettier, which is automatically ran every time you
git commit
(if you've followed the above instructions properly).
Questions
If you run into any problems, let me know on GitHub or Discord in the #development
channel.