Getting Started
After purchase you’ll get access to the Shipmore Core repository. Use the steps below to go from download to a running app with your first tenant.
Steps
- Download & access — clone the repo or download the ZIP and (optionally) set up your own Git remote. See Download & access.
- Install — run
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. - Add a tenant — create your first site in the admin and set its domain. See Configure Tenants.
Once you’ve completed these, you’ll have the app running and one tenant you can visit by its domain.