Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 642 Bytes

File metadata and controls

19 lines (12 loc) · 642 Bytes

1RG server

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.

Usage

  1. Clone the repo
  2. Write a minimal config file, see the example.
  3. Run go build
  4. Run the binary ./1rg-server my_config.toml
  5. Open the website: http://localhost:8080

To build for production (assets embedded): go build -ldflags='-X 1rg-server/config.isProdStr=true'

License

This code is available under the MIT license. See the LICENSE file for details.