vality.dev/README.md
2022-12-28 16:52:59 +06:00

1.0 KiB

Vality team website

Stack

  • Gatsby React-based framework
  • MUI Base library of headless UI components and low-level hooks
  • MUI System CSS utilities
  • Emotion library for writing CSS styles with JS
  • i18next internationalization-framework

Only utilities are used from the @mui/material (for themes), you should not import from it from the root.

Prerequisites

To use this repository, you need the following installed locally:

Running the website locally

npm ci
npm start

Internationalization

Traverse code in order to find i18next translation keys:

npm run extract-locales