diff --git a/website-generator/README1.md b/website-generator/README1.md deleted file mode 100644 index 32d0d27..0000000 --- a/website-generator/README1.md +++ /dev/null @@ -1,13 +0,0 @@ -# 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 -```