Created using d3.js.
- Install
node.jsfrom official website - Install Git bash from here
- Open Git bash and run this command in your desired folder where you want to create the project:
git clone https://github.com/mrmuhammadali/publications.git
- Go to cloned directory through git bash and run following commands:
cd publications // To go to publications project
npm install
- After successful installation from previous step, you can run following command to run the project:
npm start
- Next time to run the project, you just have to perform step 5.