My design portfolio to showcase a few projects. Built with Remix, Three.js, and Framer Motion. View the live site.
Make sure you have nodejs 19.9.0 or higher and npm 9.6.3 or higher installed. Install dependencies with:
npm installOnce it's done start up a local server with:
npm run devI've set up the site using Cloudflare for hosting. Deploy the site to Cloudflare Pages:
npm run deploy