Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 513 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 513 Bytes

Texile's IPFS profile app

Basic user profile over IPFS/IPNS

Install

  1. Clone this repo git clone https://github.com/carsonfarmer/profile-app.git
  2. Install dependencies yarn install
  3. Build the app yarn build
  4. Start the app yarn start

Develop

Instead of steps 3 & 4: yarn watch

Deploy

Add to ipfs via ipfs add -r dist/

Thanks

Based on the excellent ipfs-peer-map-example from tableflip.io.