### Clone and Install Polyhedra Viewer Dependencies Source: https://github.com/tesseralis/polyhedra-viewer/blob/canon/README.md Commands to clone the Polyhedra Viewer repository from GitHub, navigate into the project directory, and install all required dependencies using Yarn. ```Shell git clone https://github.com/tesseralis/polyhedra-viewer cd polyhedra-viewer yarn ``` -------------------------------- ### Run Polyhedra Viewer Locally Source: https://github.com/tesseralis/polyhedra-viewer/blob/canon/README.md Command to start the development server for the Polyhedra Viewer, making the application accessible locally in a web browser at http://localhost:3000. ```Shell yarn start ``` -------------------------------- ### Run Polyhedra Viewer Test Suite Source: https://github.com/tesseralis/polyhedra-viewer/blob/canon/README.md Command to execute the automated test suite for the Polyhedra Viewer project, ensuring the codebase functions as expected. ```Shell yarn test ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.