Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 711 Bytes

File metadata and controls

29 lines (17 loc) · 711 Bytes

Alice

What started as an one-day workshop from OpenVis Conference: Text Analysis and visualization Methods sprawled out as a collaboration between Shanfan and Zdenek to visualize the all-time favorite children's story: Alice In Wonderland.

View Visualization

http://shanfan.github.io/Alice


Getting Started

There is one optional npm package you can use to host this site locally.

Running:

npm install

Should install the http-server node module locally.

Then the local server can be started using:

npm start

Which simply runs the server in this directory.