Files
Custom-Static-Website-Gener…/website-generator
dependabot[bot] 102bf3b781 Bump shelljs from 0.8.4 to 0.8.5 in /website-generator
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 06:29:52 +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-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