To try and modify the 3D web keycube viewer:
- clone the repository
- run
npm install
(ornpm ci
) to install the node package based on the package.json and package-lock.json files - run
npx vite
and browse http://localhost:5173
Alternatively, install three.js by following its official documentation at https://threejs.org/docs/index.html#manual/en/introduction/Installation.
Nolann Moisis