[Deprecated] Move to https://github.com/open-v2x/omega
Centerview is OpenV2X central portal
Install node_modules
:
npm install
or
yarn
If 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 start
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix
npm test