- git clone https://github.com/software-assignments-spring2022/final-project-codehunt
- Navigate into the project directory
- cd back-end
- touch .env
- copy code from .env.example to .env
- npm install
- npm start
- cd front-end
- touch .env
- copy code from .env.example to .env
- npm install
- npm start
This can be your way to support and contribute to CodeHunt - extend it to do something cool.
For everyone who wants to contribute (and send pull requests), please read our contributing guidelines before you submit.