[Deprecated] Move to https://github.com/open-v2x/omega
Centerview is OpenV2X central portal
Install node_modules:
npm installor
yarnIf you have trouble downloading the dependencies, try the following
npm config set registry https://registry.npmmirror.com
or
yarn config set registry https://registry.npmmirror.com
npm startnpm run buildnpm run lintYou can also use script to auto fix some lint error:
npm run lint:fixnpm test