🛰 A public IPFS node & gateway. https://ipfs.kretschmann.io
Go to file
Matthias Kretschmann 7de52e202d
initial commit
2019-10-20 01:40:55 +02:00
src initial commit 2019-10-20 01:40:55 +02:00
.eslintrc initial commit 2019-10-20 01:40:55 +02:00
.gitignore initial commit 2019-10-20 01:40:55 +02:00
.prettierrc initial commit 2019-10-20 01:40:55 +02:00
.travis.yml initial commit 2019-10-20 01:40:55 +02:00
LICENSE initial commit 2019-10-20 01:40:55 +02:00
README.md initial commit 2019-10-20 01:40:55 +02:00
next-env.d.ts initial commit 2019-10-20 01:40:55 +02:00
next.config.js initial commit 2019-10-20 01:40:55 +02:00
package.json initial commit 2019-10-20 01:40:55 +02:00
site.config.js initial commit 2019-10-20 01:40:55 +02:00
tsconfig.json initial commit 2019-10-20 01:40:55 +02:00

README.md

ipfs

A public IPFS node & gateway. ipfs.kretschmann.io

Build Status

This repo holds a simple 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.



Development

npm i
npm start

Will start a live-reloading local server, reachable under localhost:3000.

Production

To create a production build, run from the root of the project:

npm run build

Outputs to ./public.

Deployment

Every branch is automatically deployed to Now with their GitHub integration. A link to a deployment will appear under each Pull Request.

The latest deployment of the master branch is automatically aliased to ipfs.kremalicious.now.sh.