To setup and run backend cd backend pnpm i create .env.local with variables from .env.template pnpm run dev To setup and run frontend cd frontend pnpm i create .env.local with variables from .env.template pnpm run dev