-
Clone the repository in to your local environment
git clone git@github.com:MVPWorkshop/tesseract-app.git -
Create a
.envfile in the root directory. The env.example file already has the defaults config to run the app locallycp .env.example .env -
Install dependencies
yarn -
Compile languages
npm run lang:compile -
Start app
npm start
We use LinguiJS for internationalization
{/* Localized messages are simply wrapped in <Trans> */}
<Trans id="msg.header">Internationalization in React</Trans>i18n outside of react
i18n._(t`Internationalization in React`)