This repository is a Turborepo containing:
packages/better-cmdk: the publishablebetter-cmdkpackageapps/web: the Next.js website/demo appapps/docs: the Mintlify documentation app
bun run dev- run all dev tasks with Turbobun run dev:web- run only the web appbun run dev:docs- run only docsbun run build- build all workspacesbun run build:pkg- build onlybetter-cmdkbun run build:web- build only the web app