You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| assets/bindata | 3 years ago | |
| cmd | 3 years ago | |
| internal | 3 years ago | |
| test/helpers | 3 years ago | |
| web/swagger | 3 years ago | |
| .gitignore | 3 years ago | |
| Dockerfile | 3 years ago | |
| Makefile | 3 years ago | |
| README.md | 3 years ago | |
| TODO.md | 3 years ago | |
| go.mod | 3 years ago | |
| go.sum | 3 years ago | |
| main.go | 3 years ago | |
README.md
Maze Rats Generator
Use this to generate Maze Rats things (see mrg -h).
You can also run mrg server to create a web server with a REST API.
Docs can be viewed at http://localhost:8080.
Building
Run make build then copy build/dist/ to where you want to execute.
Docker
docker build . -t yourorigin/mazerats:latest
docker run --rm -it \
-p 8080:8080
-