An interactive data visualization of healthcare and economic metrics from Kenya. Built with VueJs, C3, Bootstrap
# kenyaViz
Final data-visualization projet done using D3 for FIT5147.
# Dependencies
Latest stable Node.js environment (and NPM) needs to be installed properly.
# How to run
```
# This will download and install all the dependencies
npm install
# This will run a development build
npm run serve
# This will build/compile a production build.
npm run build
# This will run the compiled production build
npm install -g serve
serve -s dist
```
I recommend running a development build and pointing your browser at
localhost ( or whatever it says in terminal ).
# Author
Siddharth Bhatt