Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 559 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 559 Bytes

Idle clicker game

An idle clicker game immersed in the pixel world of money! 💰

How to run a project

  1. Clone Repository:
    git clone https://github.com/SzostekMateusz/idle-clicker.git
    cd idle-clicker
  2. Install dependencies:
    npm install
    lub
    npm install --force
  3. Run the application:
    npm run dev
  4. Open browser: Przejdź do http://localhost:5173, aby zobaczyć aplikację.

Manual