Various web apps and libs supporting CodeTV.
- Website (
apps/website/) — codetv.dev - Workflows (
apps/workflows/) — automations and backend functionality - Content (
apps/content/) — Sanity CMS for managing site content
To run them all at once (requires all env vars):
# from the repo root
pnpm run devTo run a single app:
# starts the website in dev mode
pnpm nx run @codetv/website:dev