A fully custom website built with Payload and Next.js
https://github.com/payloadcms/custom-website-series.git
In this series, we'll show you how to build a professionally designed, custom website from scratch.
Here is a step-by-step guide for how to use this repo:
git clone --depth=1 https://github.com/payloadcms/nextjs-custom-server.git <YOUR_PROJECT_NAME>cp .env.example .env to create an .env file.env file with values that describe your environmentyarn or npm installyarn dev to open a development environmentyarn seed to add sample pages and a Media uploadThis repo contains everything you need to both build your project for production purposes as well as serve it after it's been built.
yarn build or npm run build.yarn serve or npm run serve.