- 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 :)
turbo build
turbo start
- Eslint + Prettier
- Vercel
- Github Actions
We recomment the following tools (ask for licenses if you want):
- WebStorm license, please ask.
- Polypane license (https://polypane.app/)
- GitKraken (https://www.gitkraken.com/)
- Sentry CLI (https://docs.sentry.io/product/cli/installation/)
- Nice community here: https://github.com/shuding/nextra/discussions
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 .