Basic user profile over IPFS/IPNS
- Clone this repo
git clone https://github.com/carsonfarmer/profile-app.git
- Install dependencies
yarn install
- Build the app
yarn build
- Start the app
yarn start
Instead of steps 3 & 4: yarn watch
Add to ipfs via ipfs add -r dist/
Based on the excellent ipfs-peer-map-example
from tableflip.io.