Files
obi/README.md

16 lines
392 B
Markdown

# Install
```bash
// hot-reload
go install github.com/air-verse/air@latest
air
// REPL
gore
```
# TODO
- [ ] actually rewrite this properly
- [ ] serve `index.html` from `/`
- [ ] pack the assetins into the [binary](https://github.com/gin-gonic/examples/tree/master/assets-in-binary)
- [ ] mise tasks for testing, releasing, etc, [example](https://github.com/jdx/mise/blob/main/tasks.toml)