A public IPFS node & gateway. ipfs.kretschmann.io
This repo holds a React app built with Next.js serving as the frontpage of ipfs.kretschmann.io from where you can add files to IPFS via drag and drop.
npm i
cp .env.sample .env
npm start
Will start a live-reloading local server, reachable under localhost:3000.
To create a production build:
npm run build
Outputs to ./public
.
Every branch is automatically deployed to Vercel with their GitHub integration. A link to a deployment will appear under each Pull Request.
The latest deployment of the main
branch is automatically aliased to ipfs.vercel.app
which itself is proxied to via Nginx running under ipfs.kretschmann.io
.