You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
408 B

  1. # decentralized-blogging-platform
  2. Decentralized blogging platform, using IPFS
  3. ### Instructions
  4. - Need to add:
  5. ```
  6. ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["*"]'
  7. ```
  8. in order to allow access to IPFS from the app.
  9. - Start the IPFS daemon
  10. ```
  11. ipfs daemon
  12. ```
  13. ## Third party tools
  14. - For the WYSIWYG editor, is used the medium-editor clone: https://github.com/yabwe/medium-editor