Vue Dashboard for tracking Coronavirus (COVID-19) in Malaysia
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
-
Clone this repository
git clone https://github.com/limhenry/malaysia-coronavirus.git
cd malaysia-coronavirus
-
Frontend: Install the npm packages
npm install
-
Frontend: Run the app
npm run dev
-
Functions: Install the npm packages
cd functions
npm install -
Functions: Run Cloud Functions locally
firebase serve --only functions