$ git clone https://github.com/viandwi24/nuxt3-awesome-starter
# install dependencies$ pnpm install --shamefully-hoist# serve$ pnpm dev
# build$ pnpm build# serve$ pnpm start
# generate static files$ pnpm generate# serve$ pnpm preview# or serve with "serve"$ npx serve ./dist/