Files
Akilan Selvacoumar f7fbb6ed42 Merge pull request #25 from HWTechClub/dependabot/npm_and_yarn/website-generator/node-fetch-2.6.7
Bump node-fetch from 2.6.1 to 2.6.7 in /website-generator
2022-01-25 19:47:26 +04:00
..
2020-08-19 09:05:33 +04:00
2020-08-26 10:04:56 +00:00
2020-05-14 12:10:15 +04:00
2020-05-14 12:10:15 +04:00
2020-05-14 12:10:15 +04:00
2020-05-14 12:10:15 +04:00
2020-06-01 19:52:46 +04:00
2020-05-18 13:58:42 +05:30
2020-05-14 12:10:15 +04:00

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 ohttps://nodejs.org/en/download/r 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
  1. Install Node js https://nodejs.org/en/download/

Run repo

npm install
npm start