mirror of
https://github.com/different-ai/openwork
synced 2026-05-11 17:46:23 +02:00
OpenWork Landing (Next.js)
Local dev
- Install deps from repo root:
pnpm install - Run the app:
pnpm --filter @different-ai/openwork-landing dev
Deploy (recommended)
This app is ready for Vercel or any Node-compatible Next.js host.
Vercel
- Create a new Vercel project rooted at
packages/landing. - Build command:
pnpm --filter @different-ai/openwork-landing build - Output:
.next - Start command:
pnpm --filter @different-ai/openwork-landing start
Self-hosted
- Build:
pnpm --filter @different-ai/openwork-landing build - Start:
pnpm --filter @different-ai/openwork-landing start