A server! For 1RG! A secret space of special content, only accessible at the physical building.
If you're interested in contributing, please see CONTRIBUTING.md.
- Clone the repo
- Write a minimal config file, see the example.
- Run
go build
- Run the binary
./1rg-server my_config.toml
- Open the website: http://localhost:8080
To build for production (assets embedded): go build -ldflags='-X 1rg-server/config.isProdStr=true'
This code is available under the MIT license. See the LICENSE file for details.