Skip to content

the-fourth-dimension/planet-registry

Repository files navigation

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