Install packages.
pnpm, not npm.
pnpm run installRun the dev server
pnpm run devCreate a production version of the site:
pnpm run buildYou can preview the production build with pnpm run preview after running the build command.
Cloudflare deployment is automatic and merge to master deploys to production.