Check out the result.
This project is part of threejs-journey by Bruno Simon. I've bootstrapped this application with my starter template for setting up a three.js project with Vite & TypeScript.
Code will differ from the example because I've tried to code things first.
# clone the repository
git clone https://github.com/JonasBne/haunted-house.git
# install dependencies
npm install
# run the development server
npm run dev
# build the application
npm run build
Copyright (c) 2023 Jonas Boone. MIT License.