%% generate tags start %% #software-engineering %% generate tags end %% #software-engineering/monorepo 1. create next app in the `apps` directory 2. make sure the `package.json` `name` property is the same the folder name. E.g. if the folder name is `mbb`, the package.json `name` property needs to be mbb 3. check the `pnpm-workspace.yaml` to see if include the new project 4. run `pnpm --filter <name> dev` to test if it can run