Hack Reactor 2212 SDC Project
- run the command
npm install
in the project root.
-
create a local file
.env
usingexample.env
as a template..env
is listed in the.gitignore
file and thus will not be added to Git's source control- populate this new
.env
file with the required values for your local machine
-
in the terminal, run the following command:
npm run server-dev