We follow the monorepo pattern:
- apps contains executable and deployable packages:
Start the dev server on http://localhost:3000 by running npm run dev
in the root folder.
Each app has a check
script that runs the linting and typechecking. Run it in all apps from the root by running: npm run check --workspaces
.