Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 718 Bytes

File metadata and controls

39 lines (25 loc) · 718 Bytes

web

Marketing and waitlist site for Pilot.

React Doctor

Local Development

From repo root:

pnpm install
pnpm --filter web dev

Site runs on http://localhost:3001 by default.

Useful Scripts

From repo root:

pnpm --filter web dev
pnpm --filter web build
pnpm --filter web check-types
pnpm --filter web lint

Monorepo Dependencies

  • @pilot/ui for shared shadcn/tailwind UI layer
  • @pilot/types for shared types
  • @pilot/config for eslint/postcss/tsconfig

Deployment

Deploy this app as a separate Vercel project with root directory set to:

apps/web