mirror of
https://github.com/plasma-umass/coz.git
synced 2024-11-05 07:27:53 +03:00
15 lines
306 B
Markdown
15 lines
306 B
Markdown
|
# 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/`
|
||
|
|