https://github.com/ashblue/history-vis
https://github.com/ashblue/history-vis
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashblue/history-vis
- Owner: ashblue
- Created: 2012-12-03T00:13:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-17T23:35:30.000Z (about 13 years ago)
- Last Synced: 2025-03-05T13:02:38.065Z (11 months ago)
- Language: JavaScript
- Size: 359 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Setup Instructions
===========
1. Install packages from the root (first time only). Might take a while depending upon your connection.
npm install
2. Build the JavaScript application via Browserify. Note that it will automatically listen for changes and
re-build the script as long as you keep it running.
./build.sh
Note that you may have to modify your system to own the ./build.sh if an error fires
sudo chmod 755 build.sh
3. Open another terminal and run the following to boot up your server.
noder server.js
4. Navigating to localhost:8080 to see it in action.