- Install Node.js if you haven't already
- Clone the project and go to the directory
- Install dependencies:
npm install
From your terminal, run: npx vite
From your terminal, run: npm run build
and then npx gh-pages -d dist
π¦ project-root
β£ π assets # Static assets
β β£ π models
β β£ π textures
β£ π node_modules # Installed dependencies
β£ π src # Source code
β β£ π materials
β β£ π objects
β β£ π scenes
β β£ π utils
β£ π index.html # Main HTML file
β£ π main.js # Entry point
β£ π package.json # Dependencies