Fork this repository and try to experiment by changing the .JSON files in folder:
courses-data/how-whatsapp-ticks-work
Try to change
- content.json and
- diagram.json files
and see the differences.
You can run a local web server to see changes locally on your machine.
Check this link https://stackoverflow.com/a/8427954 to know about "Using node.js as a simple web server".
First get npm by installing NodeJS.
So the steps after you fork the repository and clone it to your machine.
-
Install NodeJS from here.
-
Change directory to your repo folder in your machine and install connect and serve-static with NPM
$ cd visual-presentation
$ npm install connect serve-static
- Run with Node.js
$ node server.js
- You can now go to http://localhost:8080 and see your files.