Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt

Use this file to discover all available pages before exploring further.

If you’re actively developing Lerian Console, we recommend running it outside Docker to avoid conflicts and improve speed.

Steps

1

Stop the Console container

docker stop midaz-console
2

Go to the Console folder

cd components/console
3

Install dependencies

npm install
4

Set environment

npm run set-local-env
5

Start dev mode

npm run dev
The first build might take a minute as pages are compiled.