0.0.4 • Published 6 months ago

@hatiolab/operato-osd-ecs v0.0.4

Weekly downloads
-
License
SEE LICENSE IN li...
Repository
github
Last release
6 months ago

Build

# very first time, add base application from things-factory (ie. operato-ecs)
$ yarn add @things-factory/operato-ecs
# install node_modules
$ yarn install
# data migration in development mode
$ yarn run migration --mode=development
# run application (@hatiolab/operato-osd-ecs) in development mode
$ DEBUG=things-factory:* yarn run serve:dev
# data migration in production mode
$ yarn run migration --mode=production
# build application (server and client module)
$ yarn build
# build application
$ yarn build:app

# run application (@hatiolab/operato-osd-ecs) in production mode
$ yarn run serve

Browser Client

Install (Docker-based)

curl -fsSL https://raw.githubusercontent.com/things-factory/things-factory/master/packages/operato-osd-ecs/installer/install.sh | bash -s