Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 979 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 979 Bytes

⚛ IPFS telegra.ph clone

Minimalist publishing tool for post data to IPFS network. UI cloned from Telegra.ph

Demo (click)

IPFS hash:QmbvveWddPW9ogjhPfByJybDAeE42eHna6a8bf6Qk2SF9B

links to site:

You can access it through your local node or through a public IPFS gateway: https://ipfs.io/ipfs/QmbvveWddPW9ogjhPfByJybDAeE42eHna6a8bf6Qk2SF9B

Example post

Develop

git clone https://github.com/alexstep/ipfs-telegra.ph/ telegra.ph
cd telegra.ph

npm install
npm start
npm run deploy

Thanks