An open API service indexing awesome lists of open source software.

https://github.com/suhaotian/next-i18next-v2

experimental code for article
https://github.com/suhaotian/next-i18next-v2

Last synced: 3 months ago
JSON representation

experimental code for article

Awesome Lists containing this project

README

        

# Demo code of the article

> Maybe will became an i18n lib for next.js app router.

- This repo use pnpm monorepo

- `./conditional-exports-example` for conditional exports example
- `./next-i18n-app` for the Next.js example

Install deps:

```sh
pnpm install
```

Run dev:

```sh
pnpm dev
```

Pages:

After run dev,

Open `http://localhost:3000` in browser

Or open `http://localhost:3000/improved` in browser