Skip to content

jesperorb/intl-explorer

Repository files navigation

social

Intl Explorer

Intl Explorer is an interactive tool for experimenting and trying out the ECMAScript Internationalization API. The API is available under the namespace Intl in JavaScript and provides language sensitive string comparison, number formatting, and date and time formatting.

Live site

https://intl-explorer.com/

Running

This repo uses pnpm

  1. Install dependencies: pnpm install.
  2. Run devserver: pnpm dev.
  3. Visit: http://127.0.0.1:5173/.

Building

  1. Run command: pnpm build.

Contributing

See the contributing guide for detailed instructions on how to get started with our project.