Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 488 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 488 Bytes

Devops

Init

git clone [email protected]:Move-Flow/nstream-monitor.git
cd nstream-monitor
yarn
cd src/
git clone [email protected]:Move-Flow/flow-frontend.git
find ./flow-frontend -mindepth 1 ! -regex '^./flow-frontend/src\(/.*\)?' -delete
cd flow-frontend/
find ./src -mindepth 1 ! -regex '^./src/config\(/.*\)?' -delete
# setup .env

Dev

cd nstream-monitor
yarn start:dev

Deploy

cd nstream-monitor
# update .env if necessary
yarn start:tmp