This repo is just a dummy. Submit issues in monorepo or check the source code here.
To learn more about Tolgee, visit https://tolgee.io.
Read more about using Tolgee with Angular in the docs.
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
projects/sampleapp/src/environments/environment.ts
toprojects/sampleapp/src/environments/environment.stage.ts
- Set
apiKey
to API key obtained in previous step - Run
npm run start
- Have fun
To build the app for production run:
npm run build
Static website will be generated. To start local server with build app, run:
npm run serve
This repository is automatically re-published from Tolgee JS monorepo.