From 145e2af70f833ffad2c7b4c97a92c3831ebfa76b Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Wed, 24 May 2023 14:10:41 -0400 Subject: [PATCH] docs: readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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