Files
Custom-Static-Website-Gener…/website-generator
dependabot[bot] 8ce6b055e4 Bump lodash from 4.17.19 to 4.17.21 in /website-generator
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-04 11:21:15 +00: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-06-01 20:00:42 +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