christonomous / ipfs-gallery-dapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipfs-gallery-dapp

A simple photo gallery built with Nuxt.js & IPFS.

IPFS Node Setup

  • 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.

Nuxt Setup

  • npm install
  • npm run dev

About


Languages

Language:Vue 74.7%Language:JavaScript 25.3%