Download from github releases:
<curl link once initial release is out>
cd <directory>
Run the server:
./xserver -mode=single -port=80
Clone the repository:
git clone --recursive https://github.com/colinear-labs/colinear-server.git
Build & run in dev mode:
make dev
go run main.go
Build a full local release:
make