Basic template to deploy a project using Fastify to Vercel
This repository creates a basic project with Fastify to deploy on Vercel:
You can click here to deploy your own
For development, you can still run the project locally by running the commands:
npm install
npm run dev