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 installAfterward, start the Remix development server:
pnpm run devOpen http://localhost:3000 and you should be ready to go!
Deployment can be done using the Vercel CLI:
pnpm i -g vercel
vercelImportant
Vercel should be installed globally, not locally.