21 lines
314 B
Markdown
Raw Normal View History

2023-04-02 20:21:37 +09:00
# fetch
2023-04-02 20:12:24 +09:00
2023-04-02 20:21:37 +09:00
* Get the latest release of this repository from the Github API.
* (wip)
2023-04-02 20:12:24 +09:00
## 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 deploy # deploy worker
2023-04-02 20:12:24 +09:00
```