This is an experiment repo based on the data from this repo - Creative Tech Taxonomy by Blair Neal. The purpose of the repo is to test the feasibility of better visualization the data while hosting it on the repo page for further adapility.
-
First run the python script to process the data to D3 readable format:
python process_data.py
-
then use an http server to host the website:
http-server -a localhost -p 8000 -c-1
- push any changes
- go to link
- note that it will takes a while for the page to reflect the change from current push