A Pomodoro Server
Find a file
Sebastian Mark c916b3279f feat: update module path to new repository location
- change module path from GoTomato to git.smsvc.net/pomodoro/GoTomato

🤖
2024-10-19 10:12:16 +02:00
go.mod feat: update module path to new repository location 2024-10-19 10:12:16 +02:00
go.sum Genesis 2024-10-19 10:09:43 +02:00
GoTomato.go Genesis 2024-10-19 10:09:43 +02:00
index.html Genesis 2024-10-19 10:09:43 +02:00
README.md feat: update module path to new repository location 2024-10-19 10:12:16 +02:00

GoTomato

A pomodoro server

Installation

go install git.smsvc.net/pomodoro/GoTomato@latest

Testing

docker run --rm -d --name pomodoro-client -v $PWD:/usr/share/nginx/html/ -p 8081:80 nginx
go run .

open http://localhost:8081