coz/README.md

15 lines
306 B
Markdown
Raw Normal View History

2016-11-17 17:23:05 +03:00
# Causal Profile Viewer
Prerequisites for building:
* Install NodeJS.
To build, run `npm install`.
To use, simply run an HTTP server from the directory. For example:
1. Install `http-server`: `npm i -g http-server`
2. Run `http-server` in this directory
3. Open a browser to `http://localhost:8080/`