1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-03-12 21:48:39 +01:00

updated link to app and publish script

This commit is contained in:
Enrico Fasoli 2015-11-21 17:45:34 +01:00
parent 3352bdbca0
commit 7ea8656104
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ See `PROTOCOL.md`
## Demo / Prototype ## 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 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 CORS settings right or it won't work. However, in that case, it will complain to

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
echo "/ipfs/$(ipfs add -r -q webapp/dist | tail -n1)" gulp && echo "/ipfs/$(ipfs add -r -q webapp/dist | tail -n1)"