If you’re actively developing Midaz 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.