Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/rvagg/bl/releases) - [Commits](https://github.com/rvagg/bl/compare/v4.0.2...v4.1.0) --- updated-dependencies: - dependency-name: bl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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
- Install and run IPFS https://docs.ipfs.io/guides/guides/install/
- Run IPFS
ipfs init
ipfs daemon
- Install Node js https://nodejs.org/en/download/
Run repo
npm install
npm start