mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 09:49:12 +00:00
25 lines
363 B
Markdown
25 lines
363 B
Markdown
# pages-functions
|
|
|
|
* This app is the Pages Functions version of hello.
|
|
|
|
## Demo
|
|
|
|
* https://pages-functions-example-6dr.pages.dev/
|
|
|
|
## Development
|
|
|
|
### Requirements
|
|
|
|
This project requires these tools to be installed globally.
|
|
|
|
* wrangler
|
|
* tinygo
|
|
|
|
### Commands
|
|
|
|
```
|
|
make build # build Go Wasm binary
|
|
make dev # run dev server
|
|
make deploy # deploy worker
|
|
```
|