https://3d-product-configurator.vercel.app/
- Install Node.js
- Install Npm
- Clone repo
- install js dependencies: run
npm install
within project directory
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
Builds the app for production to the build
folder.
Run prettier check only
Run prettier with -fix
(modifies files)