Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 768 Bytes

File metadata and controls

27 lines (17 loc) · 768 Bytes

Coronavirus tracking app

Coronavirus tracking app is an Ember application for tracking the coronavirus cases based on this repo.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone [email protected]:eagleera/sofe-daguilera-app.git this repository
  • cd sofe-daguilera-app
  • npm install

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)