A 3d character that you can make move around in your browser.
Bootstrapped using create-three-app by Davey Knific.
- Three.js for accessing WebGL in the browser with JavaScript
- NPM for dependency management
- Vite.js for scaffolding, bundling, and building
First, make sure all required Node packages are installed:
npm install
In the project's root directory, run:
npx vite
npx vite build