-
Notifications
You must be signed in to change notification settings - Fork 3
Getting started
ehennestad edited this page Aug 22, 2024
·
4 revisions
- Get Visual Studio Code here if you don't already have a preferred integrated development environment (IDE)
- Clone the GitHub repository and open in Visual Studio Code
- See the section about setting up backend environment variables
- Install node and npm if needed
- Open a new terminal and run the following commands:
-
npm install --forceto get all the dependencies -
npm run devstartto work on backend -
npm run devto work on frontend
You should now be able to interact with the web app on localhost