mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 01:39:11 +00:00
update example README files
This commit is contained in:
parent
51d52249fc
commit
b81f5b3284
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user