/payload-cms

The CMS used for the Learn With Jason episode.

Primary LanguageTypeScript

Learn With Jason Payload CMS boilerplate

This is a boilerplate for a CMS built with Payload used on the Learn With Jason Twitch stream. This is 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.

Getting Started

  1. Clone this repo
  2. cd into the directory and run yarn or npm install
  3. Copy (cp) the .env.example file to an .env file
  4. Run yarn dev or npm run dev to start the development server
  5. Visit http://localhost:8000 to access the admin panel
  6. Login with the following credentials:
    • Email: dev@payloadcms.com
    • Password: test

Frontend Development

Clone the frontend seen on stream 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.