# decentralized-blogging-platform Decentralized blogging platform, using IPFS ### Instructions - Need to add: ``` ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["*"]' ``` in order to allow access to IPFS from the app. - Start the IPFS daemon ``` ipfs daemon ``` ## Third party tools - For the WYSIWYG editor, is used the medium-editor clone: https://github.com/yabwe/medium-editor