Note: You will require your own mongoDB cluster and github access token in order to run the application.
-
Clone the repo using this command
git clone https://github.com/knightvertrag/DevSpace.git
-
Run the following command to install all the required dependencies
npm install
-
Rename
dummy_default.json
todefault.json
and fill in the default values accordingly. -
The project uses the concurrently package to simultaneously run the api server as well as serve the react frontend. The script to run the project is
npm run dev