# 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](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 -