Go to file
2024-04-12 22:30:45 +07: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 Remove "Our" (#25) 2023-08-22 18:52:35 +07:00
src IMP-217: Remove crypto (#38) 2024-04-12 22:30:45 +07: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 Update dependency @mdx-js/react to v2.3.0 (#34) 2024-03-19 19:18:48 +08:00
package.json Update dependency yet-another-react-lightbox to v3 (#19) 2024-02-26 07:42:46 +08: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