Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 396 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 396 Bytes

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