/payload-3.0-starter

A simple Payload CMS 3.0 starter

Primary LanguageTypeScript

Payload 3.0 Starter

This starter template serves as a simple starting point for new projects. It includes a basic setup for a page builder and a few example components.

Getting Started

  1. Clone this repository
  2. Copy .env.example to .env and configure the necessary values
  3. Run pnpm install
  4. Start a local Postgres database using ./start-database.sh
  5. Run pnpm dev

...and you're good to go!