Files
supabase/apps/cms
Francesco Sansalvadore b4922199cd unblock cms draft mode (#38409)
* remove port from cms start script

* address cors

* 30s revalidation on blog index

* fix types

* remove duplicate cache strategy

* disable graphql

* fix cms build

* fix ProductDropdown crash

* fix env var turbo
2025-09-16 13:03:13 +02:00
..
2025-08-11 17:44:38 +02:00
2025-09-16 13:03:13 +02:00
2025-09-03 14:49:28 +02:00
2025-09-03 14:49:28 +02:00
2025-08-11 17:44:38 +02:00
2025-08-11 17:44:38 +02:00
2025-08-11 17:44:38 +02:00
2025-06-03 14:26:43 +03:00
2025-09-16 13:03:13 +02:00
2025-06-03 14:26:43 +03:00
2025-06-03 14:26:43 +03:00
2025-08-11 17:44:38 +02:00
2025-09-03 14:49:28 +02:00

Payload CMS

Local Development

  1. run cd apps/cms && supabase start to start the local supabase project
  2. run cp .env.example .env to copy the example environment variables and update the variables. You'll need to add the S3_ variables to your .env to use Supabase Storage
  3. pnpm install && pnpm generate:importmap to install dependencies and start the dev server
  4. run pnpm dev in the apps/cms folder or pnpm dev:cms from the root
  5. open http://localhost:3030 to open the app in your browser

Follow the on-screen instructions to login and create the first admin user.

Collections

Collections are what data looks like in the Payload cms schema. The following are the collections currently configured in the app.

  • Authors
  • Categories
  • Events
  • Media
  • Posts
  • Tags
  • Users