Coronavirus (COVID-19) in Malaysia

Source code for the (unofficial) Malaysia's Coronavirus Dashboard. This project is not affiliated with Malaysia's government.

Technologies

  • Vue 3, Tailwind CSS
  • Firebase (Realtime Database, Hosting, Cloud Functions, Storage)

Quick Start

  1. Clone this repository

    git clone https://github.com/limhenry/malaysia-coronavirus.git

    cd malaysia-coronavirus

  2. Frontend: Install the npm packages

    npm install

  3. Frontend: Run the app

    npm run dev

  4. Functions: Install the npm packages

    cd functions
    npm install

  5. Functions: Run Cloud Functions locally

    firebase serve --only functions