tolgee / next-app-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 75.5%Language:CSS 23.2%Language:JavaScript 1.4%