2023-04-11 22:45:19 +09:00

25 lines
349 B
Markdown

# kv-counter
* This app counts page view using Cloudflare KV.
## Demo
* https://kv-counter.syumai.workers.dev/
## Development
### Requirements
This project requires these tools to be installed globally.
* wrangler
* tinygo
### Commands
```
make dev # run dev server
make build # build Go Wasm binary
make publish # publish worker
```