Build:
yarn install
Launch:
yarn dev
The app will be launched on the port 3001 by default.
Run storybook for UI development:
yarn storybook
storybook will be launched on localhost:6006
Create network:
docker network create --driver=bridge --subnet=192.168.11.0/24 laborx-platform
Build docker image:
yarn docker:build
Start:
yarn docker:start
Restart:
yarn docker:restart
Stop:
yarn docker:stop
The app will be launched on the 192.168.11.0:3000