Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 770 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 770 Bytes

This repo is just a dummy. Submit issues in monorepo or check the source code here.

Tolgee with next.js 14 app router DEMO

This repo demonstrates how to use tolgee with new next.js app router.

An example based on next14 app folder with tolgee and next-intl package.

Setup

  1. Clone this repo
  2. Run npm i
  3. Run npm run dev

Setup tolgee credentials (optional)

  1. Create project in Tolgee platform
  2. Add .env.development.local file to base folder of this project with an API key to your project
NEXT_PUBLIC_TOLGEE_API_URL=https://app.tolgee.io
NEXT_PUBLIC_TOLGEE_API_KEY=<your project API key>
  1. Re-run npm run dev