mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-06 11:47:24 +08:00
Update CONTRIBUTING.md (#1735)
* Renamed command line setting timer-progress bar * Added table of contents * Fixed some mistakes * More small changes * Update CONTRIBUTING.md * updated guidelines * Update CONTRIBUTING.md Note that one of the table of contents links is broken, fixing that later * Added missing sections in table of contents * Fixed typos * Fixed typos * Update CODE_OF_CONDUCT.md * Update CONTRIBUTING.md * Removed extra whitespace * Update CONTRIBUTING.md * Update CONTRIBUTING.md Co-authored-by: Jack <bartnikjack@gmail.com>
This commit is contained in:
parent
1e1d835228
commit
d66eee96b1
1 changed files with 3 additions and 2 deletions
|
@ -88,8 +88,7 @@ The installation process of NodeJS is fairly simple, navigate to the NodeJS [web
|
|||
Once you have completed the above steps, you are ready to build and run Monkeytype.
|
||||
|
||||
1. Run `npm install` in the project root directory to install dependencies.
|
||||
1. Run `npm run start:dev` to start a local dev server on [port 5000](http://localhost:5000). It will watch for changes and rebuild when you edit files in `src/` or `public/` directories. Use <kbd>Ctrl+C</kbd> to abort it.
|
||||
- Run `firebase use {your-project-id}` if you run into any errors for this.
|
||||
1. Run `npm run start:dev` to start a local dev server on [port 5000](http://localhost:5000). It will watch for changes and rebuild when you edit files in `src/` or `public/` directories. Note that rebuilding doesn't happen instantaneously so be patient for changes to appear. Use <kbd>Ctrl+C</kbd> to kill it.
|
||||
|
||||
### Standards and Guidelines
|
||||
|
||||
|
@ -117,8 +116,10 @@ Following the guidelines below will increase your chances of getting your change
|
|||
|
||||
- Do not include swear words
|
||||
- Ensure that your contribution meets JSON standards (no trailing comma at the end of a list)
|
||||
- Verify quotes added aren't duplicates of any already present
|
||||
- Verify the `length` property is correct (length of the text in characters)
|
||||
- Verify the `id` property is incremented correctly
|
||||
- Please do not add extremely short quotes (less than 60 characters)
|
||||
|
||||
## Questions
|
||||
|
||||
|
|
Loading…
Reference in a new issue