bash $ git clone https://github.com/renatoxm/nuxt3-starter
$ pnpm install --shamefully-hoist # serve $ pnpm dev ``` ::::::::## Build:::div{class="mb-4"}::tabs:::tab{name="pnpm" title="pnpm"}```bash # build$ pnpm build # serve $ pnpm start ``` :::
:::
$ pnpm generate # serve $ pnpm preview # or serve with "serve" $ npx serve ./dist/ ``` ::::::::