Skip to content

njoyard/corona

Repository files navigation

corona

This is a Covid-19 cases visualisation app using CSSE and French Government data built with EmberJS. It runs completely in the browser and does not require a backend server.

Access the live instance of this app.

About this app

Data sources

License and developer info

The code for this app is released under the terms of the MIT license.

Made with ♥ using EmberJS, Ember Paper and ChartJS.

Development

Prerequisites

  • Node.js (with npm and yarn, npm install -g yarn)
  • Ember CLI (npm install -g ember-cli)

Installation

  • git clone https://github.com/njoyard/corona this repository
  • cd corona
  • yarn

Running / Development

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

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

Build output is stored in the dist folder. Use any web server to serve the contents of this directory to deploy your version of the app.