- Vercel (Hosts the NextJS/Payload apps)
- MongoDB Atlas (Hosts the PayloadCMS database)
pnpm install
pnpm run dev
- Open http://localhost:3001 for the NextJS frontend
- Open http://localhost:3001 for the Payload admin UI
pnpm run payload generate:types
in root directory after making changes to Collections/Globals in PayloadCMS
- This repo is hosted on Vercel (and deploys automatically from
main
)