Getting Started

Installation

pico-intl is published on npm as scoped packages. Install only what you need.

bash
npm install @pico-intl-dev/core
npm install @pico-intl-dev/react
npm install @pico-intl-dev/astro

Key points

  • Install only the package surface your app uses.
  • Core works without a framework adapter.
  • Adapters follow the framework versions covered by published adoption fixtures.

Next step

Copy the example into a small fixture, run the validation commands, and keep framework-specific routing, hydration, or SSR behavior covered by your app tests.