Skip to Content
Getting StartedGetting Started

Getting Started

Requirements

  • Node.js 20+
  • pnpm 9+

Install Dependencies

pnpm install

Run Projects

# Run docs pnpm --filter ./apps/docs dev # Run basic template pnpm --filter ./apps/basic dev # Run Lingui template pnpm --filter ./apps/with-lingui dev

Build

pnpm --filter ./apps/basic build pnpm --filter ./apps/with-lingui build

Next Steps