- First install the dependencies by running the following commands in the folder where the source code has been downloaded:
yarn install
yarn --cwd client install
-
Then copy the contents of the
.env.development
file into a new.env.local
file. -
Now you can run the following command:
yarn dev
This will run both the backend and frontend locally. The project uses a MongoDB database, hosted in the cloud by MongoDB Atlas.