Run Locally Configure your environment : Add env files : cp .env.example .env Edit them with your local config. Install node packages for project: npm i Run the server: npm run dev