Preview the documentation

This documentation is built with Mintlify.
1

Install the CLI

npm i -g mintlify
2

Start the dev server

From the docs/ directory:
mint dev
The site is served at http://localhost:3000.
3

Validate before publishing

mint validate
mint broken-links

Run the platform

The application source code lives in the sibling shopnexus/ repositories. Fill in the concrete commands for your environment.
1

Clone the services

Clone the service repositories you intend to run.
2

Configure environment

Provide each service its required environment variables and secrets.
3

Start dependencies

Bring up shared infrastructure (database, message broker, cache).
4

Launch services

Start each service and verify health endpoints respond.