/src
- source codeindex.tsx
- Entrypoint (Provider
chain, store rehydration, ...)App.tsx
- Root component/store
- State management/modules
- api, i18n, text, .../components
- list, button, panel, .../utils
- Miscellaneous utilities
cp .env.placeholder .env
yarn install --frozen-lockfile
yarn dev
yarn build
- Check file for anything similar that can be reused
- If not, format a string following i18next docs
{ t("My new feature") }
- Run i18n command to add new string to translation files before comitting
npm run i18n