• Stars
    star
    131
  • Rank 275,867 (Top 6 %)
  • Language Svelte
  • Created almost 3 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Intl Explorer is an interactive tool for experimenting and trying out the ECMAScript Internationalization API.

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.

Screenshot 2022-10-15 at 09 46 51

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.