update example README files

This commit is contained in:
syumai 2022-05-30 08:40:36 +09:00
parent 51d52249fc
commit b81f5b3284
2 changed files with 50 additions and 0 deletions

View File

@ -8,3 +8,28 @@
* Try:
- userName: `user`
- password: `password`
## 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
```
## Author
syumai
## License
MIT

View File

@ -7,3 +7,28 @@
* https://hello.syumai.workers.dev/
* https://hello.syumai.workers.dev/?name=syumai
## 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
```
## Author
syumai
## License
MIT