https://github.com/hamlim/waku-template
A (semi)opinionated Waku starter template, with Tailwind and MDX, for Cloudflare Workers!
https://github.com/hamlim/waku-template
cloudflare-workers mdx tailwindcss template vite waku
Last synced: 2 months ago
JSON representation
A (semi)opinionated Waku starter template, with Tailwind and MDX, for Cloudflare Workers!
- Host: GitHub
- URL: https://github.com/hamlim/waku-template
- Owner: hamlim
- Created: 2025-04-16T22:18:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-16T09:57:42.000Z (3 months ago)
- Last Synced: 2026-04-16T11:39:53.931Z (3 months ago)
- Topics: cloudflare-workers, mdx, tailwindcss, template, vite, waku
- Language: TypeScript
- Homepage: https://waku-template.mhamlin.workers.dev
- Size: 206 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waku Template App
Things to change after using this template:
run `bun ./setup.ts name-of-app`
This will update the following:
- `package.json` `"name"`
- `wrangler.jsonc` `"name"`
- `src/pages/_root.tsx` ``
Then finally update this readme with more details!
Get started with:
- `bun i` to install deps
- `bun run dev` to start the development server
## Automated Deployments:
For the GitHub Actions deployment workflow to work, you'll need to do the following:
- Go to Repo settings
- Go to Secrets and Variables
- Go to Actions
- Add a New Repository Secret for each of the following:
- `CLOUDFLARE_ACCOUNT_ID`
- This can sometimes be found on the right hand sidebar on the account overview Cloudflare Dashboard page
- Should also be possible to find it under the right hand sidebar on the Workers dashboard page
- `CLOUDFLARE_API_TOKEN`
- This needs to be generated using the Workers read/write permissions
- If you go to your profile (top right dropdown in dashboard pages), then go to API Keys, then create a new key, and use the Workers template