This is a simple boilerplate to get started with Sveltekit & Payload CMS 3.0.
apps/web
)apps/cms
)Clone or fork this repository to your local machine. Then, run the following commands to install dependencies and start the local development server.
pnpm install
pnpm db && pnpm dev
pnpm prod