This is a simpler and revamped version of the original dwyl website. Meant to serve as a scrolling experience, this version adds 3D scenes, scrubbing animations and a minimalistic aesthetic.
You can find the original design prototype in Figma.
The website is developed with Typescript and React. Spline is used on 3D scenes and Gsap with Scrolltrigger for animations. TailwindCSS is used to style the page.
The website is bundled and served using Vite
Install dependencies.
pnpm install
You can serve with hot reload at http://localhost:5173.
pnpm run dev
or alternatively using Vite commands or with the extension in Visual Studio.
pnpm run lint
pnpm run typecheck
pnpm run build
This project is licensed under the MIT License.