This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/17OBgXxqLKqYdIidwx_g_3pvXC4qtoZvi
Prerequisites: Node.js
-
Install dependencies:
pnpm install
-
Set up environment variables:
- Copy
.env.exampleto.env:cp .env.example .env
- Fill in all the required values in
.env(see.env.examplefor reference) - Important: Never commit your
.envfile to version control
- Copy
-
Run the app:
pnpm dev
See .env.example for all required environment variables. For detailed setup instructions, see SETUP.md.
For CI/CD deployment, set up GitHub Secrets as described in GITHUB_SECRETS_SETUP.md.