npm install
Create a .env file in the frontend directory based on the provided .env.example file.
Create a .env file in the backend directory and set the variables based on the config in src/env.ts.
npm run dev: starts both backend and frontend development servers concurrently