25 lines
363 B
Markdown
Raw Normal View History

2023-04-20 23:52:16 +09:00
# pages-functions
* This app is the Pages Functions version of hello.
## Demo
* https://pages-functions-example-6dr.pages.dev/
2023-04-20 23:52:16 +09:00
## 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
2023-04-20 23:52:16 +09:00
```