mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
8110c060f8
* 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.
Payload CMS
Local Development
- run
cd apps/cms && supabase startto start the local supabase project - run
cp .env.example .envto copy the example environment variables and update the variables. You'll need to add theS3_variables to your.envto use Supabase Storage pnpm install && pnpm generate:importmapto install dependencies and start the dev server- run
pnpm devin the apps/cms folder orpnpm dev:cmsfrom the root - open
http://localhost:3030to 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