Skip to content

Getting started

ehennestad edited this page Aug 22, 2024 · 4 revisions

Getting started with development

  1. Get Visual Studio Code here if you don't already have a preferred integrated development environment (IDE)
  2. Clone the GitHub repository and open in Visual Studio Code
  3. See the section about setting up backend environment variables
  4. Install node and npm if needed
  5. Open a new terminal and run the following commands:
  • npm install --force to get all the dependencies

  • npm run devstart to work on backend

  • npm run dev to work on frontend

You should now be able to interact with the web app on localhost

Clone this wiki locally