Files
supabase/apps/cms
Ivan Vasilov 8110c060f8 chore: Bump vulnerable dependencies (#41184)
* Bump nodemailer.

* Bump body-parser.

* Bump node-forge.

* Remove unused dep remark-html.

* Bump some deps for mdast-util-to-hast.

* Bump glob.

* Bump valibot.

* Bump @modelcontextprotocol/sdk and dedupe @supabase/mcp-utils.

* Bump @vitejs/plugin-rsc.

* Bump contentlayer2.

* Revert "Bump contentlayer2."

This reverts commit cb53f32a6a.

* Remove react-docgen since it's unused.
2025-12-09 19:07:32 +01: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-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