Go to file
2023-02-02 15:03:12 +06:00
.github OPS-249: Configure Lint (#7) 2022-12-28 14:06:59 +06:00
.idea OPS-249: Add loader and fix app init (#12) 2023-01-27 13:58:48 +06:00
locales OPS-249: Add mobile version (#11) 2023-01-24 18:08:32 +06:00
src OPS-249: Add text color for buttons (#15) 2023-02-02 15:03:12 +06:00
static TD-469: Init app (#5) 2022-12-19 19:09:15 +06:00
.eslintrc.js OPS-249: Configure Lint (#7) 2022-12-28 14:06:59 +06:00
.gitignore TD-469: Init app (#5) 2022-12-19 19:09:15 +06:00
.prettierignore TD-469: Init app (#5) 2022-12-19 19:09:15 +06:00
babel-extract.config.js OPS-249: Desktop version (#6) 2022-12-27 16:00:53 +06:00
config.json OPS-249: Desktop version (#6) 2022-12-27 16:00:53 +06:00
gatsby-browser.tsx OPS-249: Add loader and fix app init (#12) 2023-01-27 13:58:48 +06:00
gatsby-config.ts OPS-249: Add loader and fix app init (#12) 2023-01-27 13:58:48 +06:00
gatsby-ssr.tsx OPS-249: Add loader and fix app init (#12) 2023-01-27 13:58:48 +06:00
package-lock.json OPS-249: Fix i18n redirect (upd react-i18next) (#13) 2023-01-27 16:04:58 +06:00
package.json OPS-249: Fix i18n redirect (upd react-i18next) (#13) 2023-01-27 16:04:58 +06:00
README.md Fix readme logo (#8) 2022-12-28 16:52:59 +06:00
renovate.json Configure Renovate (#3) 2022-12-19 19:16:18 +06:00
tsconfig.json OPS-249: Configure Lint (#7) 2022-12-28 14:06:59 +06:00

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