mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 01:39:11 +00:00
25 lines
349 B
Markdown
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
|
||
|
```
|