diff options
author | Frederick Kim <[email protected]> | 2020-10-05 14:29:49 -0700 |
---|---|---|
committer | Frederick Kim <[email protected]> | 2020-10-05 14:29:49 -0700 |
commit | ca877f26f69c718e525a0a00214eb78be65bafd3 (patch) | |
tree | 04d4b52defb8a3a0b4f00cb3a5fbfd9bf4f7b56b /README.md | |
parent | 8c45b2d48d1263d972c705f5011540127a4b6ede (diff) | |
download | monkeytype-ca877f26f69c718e525a0a00214eb78be65bafd3.tar.gz monkeytype-ca877f26f69c718e525a0a00214eb78be65bafd3.zip |
Update CONTRIBUTING.md
- Added steps needed to have development server up and running without any errors
- Running `npm install`
- Compiling `style.scss`
- Downloading Firebase Admin private key as `serviceAccountKey.json`
- Specify that this project uses Node v10
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,4 +36,4 @@ If you wish to support further development and feeling extra awesome, you can do # how to contribute -Refer to CONTRIBUTING.md. +Refer to [CONTRIBUTING.md](https://github.com/Miodec/monkey-type/blob/master/CONTRIBUTING.md) |