This repo is just a dummy. Submit issues in monorepo or check the source code here.
This application is using vike. To learn more about Tolgee, visit https://tolgee.io.
To install dependencies, run:
npm install
To run the app in dev mode with in-context translating mode:
- Create a project on Tolgee Cloud or use self-hosted Tolgee Server.
- Generate an API-KEY
- Copy file
.env
to.env.development.local
- Set
VITE_APP_TOLGEE_API_KEY
to API key obtained in previous step - Run
npm run dev
- Have fun
To run app in production mode:
npm run start
This repository is automatically re-published from Tolgee JS monorepo.