This is a template for the Keystone CMS.
- Copy
.env.example
and rename it to.env
, then change the values if needed
- Start the database service with
docker compose up -d db
# run development server
turbo dev --filter keystone
# build workspace
turbo build --filter keystone
# run preview server
turbo preview --filter keystone
# test workspace with type check
turbo test:types --filter keystone
Note More information about filtering: https://turborepo.org/docs/core-concepts/filtering
# exec keystone cli
pnpm --filter keystone exec keystone [command]
Note More information about available commands: https://keystonejs.com/docs/guides/cli