mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 12:34:19 +08:00
* Bump nextjs in the ui-library. * Bump the nextjs in design-system. * Bump nextjs to v15 in www. * Bump the next version in the pnpm catalog. * Switch all apps to using the catalog version of next. * Fix ui-lib and design-system to build with next 15. * Fix some prettier errors. * Bump the next-eslint package. * Fix a lint issue about a component starting with underscore. * Use the catalog version of next in cms app. * Disable turbo for dev command in www. Remove obsolete experimental flags. * Return some of the experimental flags.
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