Model Viewer Demo
A demo of how to use react and three.js to view and manipulate models.
Running and Building
This project uses a Makefile for all tasks.
make devruns the local development server.make buildcreates builds the js bundle.
Linting and Formatting
This project uses prettier and eslint.
make formatformats the code (and runs lints)make lintlints the code
Running Tests
make testRuns the tests
Container
This project includes a Containerfile that you can use to quickly run the project.
License
Licensed under AGPL 3.0