/parahumans

A visualisation of WildBow's Parahumans (worm) web serial as physical books. Written in TypeScript using D3.js.

Primary LanguageTypeScript

Technologies: TypeScript, d3.js

See the visualisation at: http://parahumans.szreter.co.uk/

Local development:

Install:

yarn

Build, serve, and watch:

serveit -s out "./build" – (brew install serveit)

Deploying:

Build:

./build

Deploy:

./deploy (requires aws credentials)