mirror of
https://github.com/valitydev/vality.dev.git
synced 2024-11-06 00:55:20 +00:00
.github | ||
.idea | ||
locales | ||
src | ||
static | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
babel-extract.config.js | ||
config.json | ||
gatsby-browser.tsx | ||
gatsby-config.ts | ||
gatsby-ssr.tsx | ||
package-lock.json | ||
package.json | ||
README.md | ||
renovate.json | ||
tsconfig.json |
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