Skip to content

vazco/i18n-table

Repository files navigation

Monorepo of i18n-table

Note

If you want to see README file of i18n-table, check it here.

Get started

You can start playground project locally. It's NextJS application with basic i18n-table implementation.

  1. Requirements
Node v20.11.0
npm v10.4.0
  1. Install dependencies
npm install
  1. Start project in development mode
npm run dev