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
cd
into the directory and runyarn
ornpm install
- Copy (
cp
) the.env.example
file to an.env
file - Run
yarn dev
ornpm run dev
to start the development server - Visit
http://localhost:8000
to access the admin panel - Login with the following credentials:
- Email:
[email protected]
- 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.