This starter recommends using pnpm, however you can opt out to use any package manager.
pnpm installinstall dependencies.pnpm devstart the dev server.pnpm startstart the production build.
npm installinstall dependencies.npm run devstart the dev server.npm startstart the production build.