A set of small games to play around with Nuxt v3 with Composition API, Typescript, Pinia and pnpm.
Make sure to install the dependencies:
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
pnpm run dev
Or automatically open a browser
pnpm run dev -o
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview