This is a simple project that uses Astro and React to showcase a custom renderer built with Three.js.
- Tutorial by devaslife
- Github Repo: craftzdog/ghibli-style-shader
All commands should be run from the root of the project in a terminal:
npm install
: Installs dependenciesnpm run dev
: Starts a local dev server atlocalhost:3000
npm run build
: Builds your production site to the./dist/
directory