This project uses Vite and Three.js.
- Node.js (recommended version: 18+)
Clone the repository, then install the dependencies:
# Install dependencies
npm installTo start the local development server:
npm run devThe site will be accessible (usually at http://localhost:5173).
To generate optimized files for production:
npm run buildThe generated files will be located in the dist/ folder.
To preview the build locally:
npm run preview