Proof of concept for browsing & streaming OC ReMix albums via IPFS.
Build
npm install
gulp
cd ./dist/
npm install
Serve
emojis are used for icons, so serving as utf-8 is required.
Apache
AddDefaultCharset utf-8
Browse
Use any http server of your choice, serve the ./dist/
folder then open in a recent/modern browser.
Optional Steps
- Install IPFS companion ( this would allow you to fetch content from your local IPFS node, rater than using the IPFS API)