all repos — clicker-ts @ main

Unnamed repository; edit this file 'description' to name the repository.

a5aa159c
Initial commit
Marco Andronaco andronacomarco@gmail.com
Tue, 20 May 2025 22:38:24 +0200

Clicker Game

A generic clicker game built with React, TypeScript, and Vite. This project implements a Progressive Web App (PWA) with all the classic clicker game features.

Features

Game Mechanics

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/clicker-game.git
    cd clicker-game
    
  2. Install dependencies:

    npm install
    
  3. Run the development server:

    npm run dev
    
  4. Build for production:

    npm run build
    
  5. Preview the production build:

    npm run preview
    

Customization

This is a generic clicker game template that you can customize:

PWA Support

The game includes full PWA support: - Installable on mobile and desktop devices - Offline functionality - Home screen icon - Splash screen

License

MIT

clone
git clone https://git.birabittoh.duckdns.org/clicker-ts.git