Shader Cubicle

This is the shader practice project using Three.js.

Install

$ cd shader-cubicle
$ yarn install

Run locally

Start dev server.

$ yarn dev

Build

Builds the project for production to the dist folder(Static HTML Export).

$ yarn build

Preview

Locally preview production build.

$ yarn serve