Awesome
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
Running
This repo uses pnpm
- Install dependencies:
pnpm install
. - Run devserver:
pnpm dev
. - Visit: http://127.0.0.1:5173/.
Building
- Run command:
pnpm build
.
Contributing
See the contributing guide for detailed instructions on how to get started with our project.