Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 2.06 KB

README.web.md

File metadata and controls

65 lines (44 loc) · 2.06 KB

web-beryx

Zondax banner

License Quality Gate Status Vulnerabilities Maintainability Rating Code Smells

🧑‍💻 Develop

  • Install all dependencies yarn install
  • Initialize your dev environment: yarn dev:setup

We use turbo for build caching. While you can use yarn, try using turbo to run all package.json tasks.

Example:

turbo lint
turbo build

The advantage is that things will be cached and the second time you run these commands, you might get subsecond times :)

🚀 In production

turbo build
turbo start

Stack

  • Eslint + Prettier
  • Vercel
  • Github Actions

Guidelines

Tooling

We recomment the following tools (ask for licenses if you want):

References

Codemods

npx @mui/codemod v5.0.0/preset-safe .
npx @mui/codemod v5.0.0/top-level-imports .
npx @mui/codemod v5.0.0/rename-css-variables .
npx @mui/codemod v5.0.0/base-hook-imports .