Preconfigured With tailwind.
Use biome instead of eslint and prettier for linting and formatting. (please install biome extension in your editor)
Optional: Run npm run setup to setup the commit hook
Dev: npm run dev
Build: npm run build
Start: npm start (Note: If you are not using Cloudflare, please change the Start command to npm run build && vinxi start in package.json and read the comment in app.config.ts)
hint: to type check, just run npx tsc, works everywhere
Ready to deploy on Cloudflare:
- Sign in to Cloudflare
- Navigate to
Worker & Pages - Click
Create - Select a repository
- Give it a name
- Finally
Save and Deploy