You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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