/zofo

Primary LanguageJavaScript

Third time the charm

Making something in Threejs

References:

Hosted at:

https://zofo.vercel.app/

Quick start:

# installing dependencies
$ npm install

# testing/development
$ npm run dev

# building/production
$ npm run build

in case you use Yarn:

# installing dependencies
$ yarn

# testing/development
$ yarn dev

# building/production
$ yarn build