mirror of
https://github.com/aurora-opensource/xviz.git
synced 2026-02-01 14:36:33 +00:00
Uber Confidential Information
xviz
XVIZ protocol and utility libraries.
Development
Dependencies
To build this repository you need:
- Node.js, tested with 8.11.3, compatible with 8.x
- Yarn, tested with 1.7.0, compatible with 1.x
To install dependencies, run:
$ git clone https://github.com/uber/xviz.git
$ cd xviz
$ yarn bootstrap
Test
Run tests under Node.js:
$ yarn test
Run tests in a browser:
$ yarn test-browser
Docs
The documentation is built with the Ocular documentation generator. You can easily iterate on the docs by doing, and see changes live in your browser:
$ cd website
$ yarn # install dependencies
$ yarn start
If you wish to just do a static build, run:
$ cd website
$ yarn build
Then open dist/index.html to view.
Languages
JavaScript
87%
Python
11.7%
Shell
1.2%
Dockerfile
0.1%