My personal website, made with TypeScript, TailwindCSS, ThreeJS, React, and React Three Fiber. Check it out here 🥵.
- NodeJS v20+
- NPM / Yarn / Deno / Bun etc
- clone the repository
cd
into the directory- install the dependencies with
npm i
or equivalent - run the project locally with
npm run dev