Skip to content

the-fourth-dimension/hyperspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages