Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 270 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 270 Bytes

planet registry

planet registry for the hyperspace

Running locally

# setup env vars
cp .env.example .env[filename according to the environment]

# run dev server
make dev

# generate build
make build

# run build server
make run

# run tests
make test