👷Setting up workspace
You'll need to have the following installed:
Go (>= 1.18) (https://go.dev/)
Node (>= v18) & npm (>= v8) (https://github.com/nvm-sh/nvm)
docker (>= v20) (https://docs.docker.com/engine/install/)
docker compose (>= v1) (https://docs.docker.com/compose/install/)
Navigate to the cloned project and into the folder 'frontend/react'
Install frontend packages:
npm install
Last updated