Directory | Content |
---|---|
codeofduty-frontend | contains frontend components |
codeofduty-backend | contains backend api |
codeofduty-docs | contains all docs (schemas, api routes, usage) |
$ git clone https://github.com/MLH-Fellowship/CodeOfDuty.git
$ cd CodeOfDuty
Install dependencies
$ cd codeofduty-frontend
$ npm install
Run the server and react app
$ npm run dev
Install dependencies
$ cd codeofduty-backend
$ npm install
Run the server
$ npm start
If you have suggestions for how CodeOfDuty could be improved, or want to report a bug, open an issue! Contributions of all kinds are welcomed!
For more, check out the Contributing Guide.
MIT © 2020 MLH Fellowship
Made with :heart: by Chau Vu, Ajwad Shaikh, and Vrushti Mody during Sprint 4 of the MLH Fellowship Explorer Batch, Fall 2020.