An open API service indexing awesome lists of open source software.

https://github.com/stafyniaksacha/maze-td-idle


https://github.com/stafyniaksacha/maze-td-idle

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# MAZE TD IDLE

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup

1. Check if you already have Node.js installed. Run this command in your terminal:

```bash
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:

- Install node.js and npm on Windows, Linux or Mac OSX

2. Enable pnpm with corepack

```bash
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:

```bash
# using pnpm
pnpm install
```

## 🔃 Run a development server

To start the development server, run the following commands:

```bash
# using pnpm
pnpm dev
```

> - Access the Game in your browser at [http://localhost:3000/](http://localhost:3000/)