Files
openwork/packages/landing

OpenWork Landing (Next.js)

Local dev

  1. Install deps from repo root: pnpm install
  2. Run the app: pnpm --filter @different-ai/openwork-landing dev

This app is ready for Vercel or any Node-compatible Next.js host.

Vercel

  1. Create a new Vercel project rooted at packages/landing.
  2. Build command: pnpm --filter @different-ai/openwork-landing build
  3. Output: .next
  4. Start command: pnpm --filter @different-ai/openwork-landing start

Self-hosted

  1. Build: pnpm --filter @different-ai/openwork-landing build
  2. Start: pnpm --filter @different-ai/openwork-landing start