Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 222 Bytes

DEV.md

File metadata and controls

20 lines (14 loc) · 222 Bytes

Build the project

$ yarn build

Build on change

Using nodemon to monitor changes.

$ yarn build:live

Running DaemonServer

# from package root
$ DAEMONIZER_DAEMON_START=true node .