mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 22:51:30 -07:00
# {{ slug name }}
A Cloudflare Workers application using Hono
## Development
### Run in dev mode
```sh
pnpm dev
```
### Run tests
```sh
pnpm test
```
### Deploy
```sh
pnpm turbo deploy
```