Getting Started
After purchase you’ll get access to the ShipMore repository. Use the steps below to go from download to a running app with your first tenant and CLI.
Steps
- Download & access — clone the repo with the access token from your purchase. See Download & Access.
- Install —
pnpm installin the project root. - Environment — copy
.env.exampleto.envand set the required variables. See Environment Setup. - Run —
pnpm devand open the URLs listed in First Steps. - First admin user + tenant — create your operator user at
/admin, then add a tenant. See Configure Tenants. - CLI — generate an API key for your user, install the
shipmoreCLI, and smoke-test it. See First Steps → Install the CLI and Agents & CLI → CLI. - First import (optional, when you have data) —
shipmore schema infer → schema apply → import. See Data → Import.
Once you’ve completed 1–6, you have the app running, one tenant you can visit by domain, and a CLI authenticated against it.