GoTomato/README.md

21 lines
310 B
Markdown
Raw Normal View History

2024-10-18 22:39:29 +00:00
# GoTomato
A pomodoro server written in Go
## Installation
`go install git.smsvc.net/pomodoro/GoTomato@latest`
## Usage
See `GoTomato --help` for Parameters
2024-10-18 22:39:29 +00:00
## Testing
```
docker run --rm -d --name pomodoro-client -v $PWD:/usr/share/nginx/html/ -p 8081:80 nginx
go run .
2024-10-18 22:39:29 +00:00
```
open http://localhost:8081