Skip to content

Getting started

ehennestad edited this page Mar 10, 2023 · 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. Open a new terminal and run the following commands:
  • npm install --force do 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