Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 536 Bytes

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