Polyhedra Viewer
An interactive tool that lets you transform various convex polyhedra and view information about them.
Polyhedra include:
Geometric data taken from George W. Hart's Virtual Polyhedra.
Getting started
git clone https://github.com/tesseralis/polyhedra-viewer
cd polyhedra-viewer
yarn
Running locally
Run yarn start
to start the site locally on http://localhost:3000
.
Testing
Run yarn test
to run the test suite.
Contributing
Check out the open issues, especially the ones labelled help wanted for issues that you can help out on!
All contributors are expected to abide by the Code of Conduct.