Skip to content

HanielU/turbo-sk-payload

Repository files navigation

Svelte-Kit + PayloadCMS Turborepo

This is an custom made Turborepo starter.

What's inside?

This Turborepo includes the following packages/apps:

Apps

Each app is 100% TypeScript.

Packages

  • eslint-config-custom: eslint configurations (includes eslint-plugin-svelte and eslint-config-prettier)

Utilities

This Turborepo has some additional tools already setup for you:

Getting Started

This project uses pnpm.

npx degit HanielU/turbo-sk-payload my-app # download the project

cd my-app # navigate into the project

pnpm install # install dependencies

Running the apps

In the project root and run the following command.

pnpm dev

This will run both the Svelte-kit and Payload apps in parallel.

License

This project is licensed under the MIT License - see the LICENSE file for details