diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e4511b --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# launchpad-redirects + +## Development + +1. Install Go +2. `go run .` in the root + +## Deployment (Production) + +1. Install Docker +2. Copy `docker-compose.example.yml` to `docker-compose.yml` +3. Run `docker compose up -d` + +It will run on 127.0.0.1:8080 by default. \ No newline at end of file