A 3D Animation of a skateboard for computergraphics. The local server runs with VITE.
npm ci
Run VITE with:
npm run dev
If this error occurs:
You installed esbuild for another platform than the one you're currently using.
This won't work because esbuild is written with native code and needs to install a platform-specific binary executable. → remove the node_modules directory and reinstall with:
rm node_modules -rf
npm ci
Run jsdoc with:
npm run doc