atlas-vis
v1.7.3
Published
A procedural visualization grammar
Readme
Atlas
Setup Instructions
- Install NPM (https://www.npmjs.com/get-npm)
- Install all local packages - From the terminal run
npm install. You need to run this command whenever there are changes to package dependencies.
Build and Run Project
- To build project one time with
npm run buildOR build automatically on save with file watchingnpm run watch - Start a server with
npm run start(you need to have Python 3 installed), and loadlocalhost:8020in browser; you can also start the server using Python 2 with commands likepython -m SimpleHTTPServer <port>
