First install pnpm as the package manager
npm install -g pnpm
Then install the packages
pnpm install
Run the dev server
pnpm run dev
To create a production version of your app:
pnpm run build