This project is the source for my personal site and blog, built with the following technologies:
To run locally, make sure the project's local dependencies are installed:
pnpm install
Afterward, start the Remix development server:
pnpm run dev
Open http://localhost:3000 and you should be ready to go!
Deployment can be done using the Vercel CLI:
pnpm i -g vercel
vercel
Important
Vercel should be installed globally, not locally.