Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 262 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 262 Bytes

hyperspace

the medium, the server

Running locally

# setup env vars
cp .env.example .env

# run the hyperspace dev server
go run cmd/main.go

# build the hyperspace server
go build -o hyperspace-bin cmd/main.go

# run the build
./hyperspace-bin