From 287849381ec317b4602b4b8333ab6efe05b1744b Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Mon, 18 May 2020 13:52:59 +0530 Subject: [PATCH] Create README1.md --- website-generator/README1.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 website-generator/README1.md diff --git a/website-generator/README1.md b/website-generator/README1.md new file mode 100644 index 0000000..32d0d27 --- /dev/null +++ b/website-generator/README1.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 +```