mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-03-11 21:38:38 +01:00
updated link to app and publish script
This commit is contained in:
parent
3352bdbca0
commit
7ea8656104
@ -45,7 +45,7 @@ See `PROTOCOL.md`
|
||||
|
||||
## Demo / Prototype
|
||||
|
||||
You can find a working build [here](http://ipfs.io/ipfs/QmeynEJNpk46c9RWnDubPgjBee5C1TfmMT1N8a4d1rYa6S).
|
||||
You can find a working build [here](http://ipfs.io/ipfs/QmSqHvZDxiZFEy1AY6BXmogSk6DZiVJRUU4HEm7DmXSqno).
|
||||
|
||||
You need a local instance of go-ipfs running for it to work. You also need to set
|
||||
CORS settings right or it won't work. However, in that case, it will complain to
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
echo "/ipfs/$(ipfs add -r -q webapp/dist | tail -n1)"
|
||||
gulp && echo "/ipfs/$(ipfs add -r -q webapp/dist | tail -n1)"
|
||||
|
Loading…
Reference in New Issue
Block a user