You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do a quick search for all the TODO: comments across the template and follow the instructions.
pnpm install for installing all dependencies.
pnpm start to start the dev server.
pnpm build:prod for creating the production build.
Linting happens parallely, you can refer to the scripts field in package.json to see the list of tasks.
Deployment
Each push to main will run the GitHub action to trigger a deployment after the lint and build jobs have passed. The changes will be published to Cloudflare's production environment.
Pushes to feature branches (i.e other than main) will trigger a deployment to Cloudflare's preview environment.
PR's for the main branch are validated by a separate action validate_pr