This is the shader practice project using Three.js.
$ cd shader-cubicle
$ yarn install
Start dev server.
$ yarn dev
Builds the project for production to the dist folder(Static HTML Export).
$ yarn build
Locally preview production build.
$ yarn serve