This is a boilerplate for a CMS built with Payload. It's a starter template that showcases how to scaffold out collections, globals and fields in Payload. You can pull this down and launch it locally to see how it works.
- Clone this repo
cdinto the directory and runyarnornpm install- Copy (
cp) the.env.examplefile to an.envfile - Run
yarn devornpm run devto start the development server - Visit
http://localhost:8000to access the admin panel - Login with the following credentials:
- Email:
dev@payloadcms.com - Password:
test
- Email:
Clone the frontend and follow the instructions there to get started. You can use this repo as a backend for the frontend and see for yourself how it all works together.