A 3D Animation of a skateboard for computergraphics. The local server runs with VITE.
npm ciRun VITE with:
npm run devIf 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 ciRun jsdoc with:
npm run doc