Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 252 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 252 Bytes

🎧 HK Node server

Node version of HK server

Install

$ cp .env.dist .env
$ yarn install

Run

$ yarn build
$ node build/index.js

or with forever

$ forever start -a --uid hk-server-node build/index.js