Install all dependencies using the following command:
yarn install
Create a .env
with the following content and apply to your configuration:
VITE_API_URL=http://localhost:9000/api
Start the app using yarn dev
. It runs on http://localhost:5137 by default.