Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 537 Bytes

File metadata and controls

25 lines (17 loc) · 537 Bytes

CodeTV Monorepo

Various web apps and libs supporting CodeTV.

Current web apps

  • Website (apps/website/) — codetv.dev
  • Workflows (apps/workflows/) — automations and backend functionality
  • Content (apps/content/) — Sanity CMS for managing site content

Running these projects

To run them all at once (requires all env vars):

# from the repo root
pnpm run dev

To run a single app:

# starts the website in dev mode
pnpm nx run @codetv/website:dev