Skip to content

The CMS used for the Learn With Jason episode.

Notifications You must be signed in to change notification settings

asibilia/payload-cms

 
 

Repository files navigation

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:

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.

About

The CMS used for the Learn With Jason episode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%