Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1003 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 1003 Bytes

Mini Games Collection

This application was built using web technologies (HTML, CSS, Javascript) and is bundled with Vite, it contains four games, each game stores the user score locally and updates it upon the user beating their own high score.

The CapacitorJS runtime is used with this application to allow it to be installed onto mobile devices (Android & iOS) as a native application.

Getting Started

To run this project locally on your machine, follow these steps:

Prerequisites

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/mpmua/pure-weather.git
  2. Navigate to the project directory:

    cd pure-weather
  3. Install dependencies using npm:

    npm install

Usage

  1. Start the development server:

    npm run dev

Build

To build the project for production:

npm run build