mirror of
https://github.com/valitydev/vality.dev.git
synced 2024-11-06 00:55:20 +00:00
1.0 KiB
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:
- NodeJS with NPM
Running the website locally
npm ci
npm start
Internationalization
Traverse code in order to find i18next translation keys:
npm run extract-locales