This is an attempt to recreate a piece of generative 3D art using Three.js. You can have a look at the original here. Click here to see my progress Development set-up Run the project locally # install NPM dependencies npm install # run development server npm run serve Build for production npm run build Lint npm run lint