From 4541eb5e2e7ff6fb0841f131737abd11d0070ce5 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Mon, 18 May 2020 13:53:29 +0530 Subject: [PATCH] Update README.md --- website-generator/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/website-generator/README.md b/website-generator/README.md index e69de29..6c05583 100644 --- a/website-generator/README.md +++ b/website-generator/README.md @@ -0,0 +1,13 @@ +# Website generator +In the following repository we can create a static webpage from CSV or JSON rest api call. We either host the website on our +node js server or we can even deploy it on our IPFS server. + +## Installation +### Dependency +1. Install and run IPFS +https://docs.ipfs.io/guides/guides/install/ +2. Run IPFS +``` +ipfs init +ipfs daemon +```