aboutsummaryrefslogtreecommitdiff

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 dev runs the local development server.
  • make build creates builds the js bundle.

Linting and Formatting

This project uses prettier and eslint.

  • make format formats the code (and runs lints)
  • make lint lints the code

Running Tests

  • make test Runs the tests

Container

This project includes a Containerfile that you can use to quickly run the project.

License

Licensed under AGPL 3.0