mirror of https://github.com/kremalicious/ipfs
🛰 A public IPFS node & gateway.
https://ipfs.kretschmann.io
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
.github | 1 year ago | |
nginx | 1 year ago | |
src | 1 year ago | |
test | 1 year ago | |
.env.sample | 1 year ago | |
.eslintrc.json | 1 year ago | |
.gitignore | 1 year ago | |
.prettierrc | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 1 year ago | |
next-env.d.ts | 12 months ago | |
next.config.js | 1 year ago | |
package-lock.json | 12 months ago | |
package.json | 12 months ago | |
site.config.js | 1 year ago | |
tsconfig.json | 12 months ago |
README.md
ipfs
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.
Development
npm i
cp .env.sample .env
npm start
Will start a live-reloading local server, reachable under localhost:3000.
Production
To create a production build:
npm run build
Outputs to ./public
.
Deployment
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
.