Update contributing.md

This commit is contained in:
Rijk van Zanten
2020-09-18 18:03:53 -04:00
committed by GitHub
parent 5da2234214
commit c67b608d0a

View File

@@ -41,4 +41,6 @@ In case of unexpected weirdness, reinstall the dependencies by running
npx lerna clean -y && npx lerna bootstrap
```
You can run a dev server for the app and api by running `npm run dev` in the app or api folder respectively.
## Before Submitting a Pull-Request