Skip to content

Front-end

Setup

In order to start using our project, the .env file must be set up! Use the .env.example file and complete it with the necessary variables.

Go to web-app folder and install the web dependencies:

pnpm install

Start the web application:

pnpm run dev