Skip to content

Chrono-Tech/Labor-X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labor-X

Build Status Coverage Status Standard - JavaScript Style Guide

Launch in development environment

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

Launch in demo environment

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