https://github.com/stafyniaksacha/maze-td-idle
https://github.com/stafyniaksacha/maze-td-idle
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stafyniaksacha/maze-td-idle
- Owner: stafyniaksacha
- Created: 2022-12-07T15:05:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T21:08:00.000Z (over 2 years ago)
- Last Synced: 2025-02-04T19:15:09.597Z (4 months ago)
- Language: TypeScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)