This is a work in progress, the goal is to make my projects available as a 3D experience. I might switch to React Three Fiber depending on how it goes with Threlte.
Install required dependencies and run dev server:
npm i
npm run dev
## Building
To create a production version of your app:
```bash
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.