to preview this project, check out the ghpages branch:
running this locally requires:
- node (tested using v5.0.0)
- webpack-dev-server (after installing node run
npm install -g webpack-dev-server
)
to run this project locally:
- clone the repo,
cd
into the directory - run
npm install
- run
npm start
- navigate to localhost:8080
- ???
- profit