dev
The dev
starts a Morio development environment.
Specifically, it will start the development version of the core service
container, making sure to properly map the local source code to the container.
Since this will attempt to launch the development container, you must first run
npm run build
to build those container images (See:
build).
Then, run npm run dev
in the root to trigger this script.
Under the hood, this will run:
Terminal
./core/run-dev-container.sh