Create README1.md
This commit is contained in:
committed by
GitHub
parent
c7d28586a2
commit
287849381e
13
website-generator/README1.md
Normal file
13
website-generator/README1.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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 or 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
|
||||
```
|
||||
Reference in New Issue
Block a user