Look at the Nuxt 3 documentation to learn more.
- Check if you already have Node.js installed. Run this command in your terminal:
node -v
If node is not installed on your machine, you can go to the official nodejs.org website, and choose the version depending on your operating system:
- Enable pnpm with corepack
corepack enable
corepack prepare pnpm@latest --activate
corepack is installed with node from v16.13.x, if your version is below, install it with:
npm install -g corepack
To setup the template and start installing project dependencies, run one of the following commands:
# using pnpm
pnpm install
To start the development server, run the following commands:
# using pnpm
pnpm dev
- Access the Game in your browser at http://localhost:3000/