Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the Midaz Console locally in development mode to iterate on changes before promoting them.
Stop the Console container
docker stop midaz-console
Go to the Console folder
cd components/console
Install dependencies
npm install
Set environment
npm run set-local-env
Start dev mode
npm run dev
Was this page helpful?