Files
Custom-Static-Website-Gener…/website-generator/README.md
Akilan Selvacoumar 8e8eb4dd49 Update README.md
2020-05-18 13:58:03 +05:30

22 lines
498 B
Markdown

# 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
```
3. Install Node js
https://nodejs.org/en/download/
4. Run repo
```
npm install
npm start
```