Skip to content

pajicf/tesseract-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tesr.finance

Local development setup

  • Clone the repository in to your local environment

    git clone git@github.com:MVPWorkshop/tesseract-app.git
    
  • Create a .env file in the root directory. The env.example file already has the defaults config to run the app locally

    cp .env.example .env
    
  • Install dependencies

    yarn
    
  • Compile languages

    npm run lang:compile
    
  • Start app

    npm start
    

Translations

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`)

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.4%
  • SCSS 11.2%
  • Other 1.4%