/centerview

OpenV2X Central Portal

Primary LanguageTypeScriptApache License 2.0Apache-2.0

v2x-console

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

More

You can view full document on our official website. And welcome any feedback in our github.