- Ensure backend is running. See backend repo here
- Clone the frontend repo by running
git clone https://github.com/Nathanilo/softcityfrontend - Create a copy of the
.env.templatefile - Rename the copy to
.envand update the variables - Run
npm installto install necessary dependencies - Run
npm run devto start the server