Run your own server with command:
docker run -d -p 8080:8080 --name snake ghcr.io/arthur-snake/snakego:latest
Then open http://localhost:8080/ in the browser.
Development
Make sure you have:
- Go 1.16, install
- GoLand / VSCode / other IDE, install goland
- golangci-lint 1.40, install
EnvFile plugin for GoLand is useful for applying conf from .env files. Install here.
To use it:
- Open [Run configuration]
- Select EnvFile tab
- Add file .env from repo root
- On macOS press shirt+cmd+. to display hidden files