A simple photo gallery built with Nuxt.js & IPFS.
- Install and run a local IPFS node (More info can be found in the docs)
- Start IPFS node with the following cmd: ipfs daemon
- Open the IPFS WebUI running on http://localhost:5001/webui
- Go to the Settings tab
- Add http://localhost:3000 to the Access-Control-Allow-Origin at the top of the IPFS config file (CORS)
Any additional info on configuring IPFS nodes can be found in the docs.
- npm install
- npm run dev