🛰 A public IPFS node & gateway. https://ipfs.kretschmann.io
Go to file
dependabot[bot] 36f13d0466
Bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 11:19:09 +00:00
.github fix coverage artifact 2021-09-14 00:27:01 +02:00
nginx fix nginx proxy 2021-09-12 17:11:25 +02:00
src fix ping status 2021-09-14 15:44:12 +02:00
test test tweaks 2021-09-14 00:04:38 +02:00
.env.sample move typekit id to env var 2021-09-12 23:34:09 +02:00
.eslintrc.json test tweaks 2021-09-14 00:04:38 +02:00
.gitignore build fix 2021-09-12 23:47:52 +02:00
.prettierrc initial commit 2019-10-20 01:40:55 +02:00
LICENSE initial commit 2019-10-20 01:40:55 +02:00
README.md test tweaks 2021-09-14 00:04:38 +02:00
next-env.d.ts package updates 2022-02-13 23:06:10 +00:00
next.config.js config refactor 2021-09-13 00:09:25 +02:00
package-lock.json Bump decode-uri-component from 0.2.0 to 0.2.2 2022-12-08 11:19:09 +00:00
package.json remove next-svgr 2022-02-13 23:17:31 +00:00
site.config.js move typekit id to env var 2021-09-12 23:34:09 +02:00
tsconfig.json package updates 2022-02-13 23:06:10 +00:00

README.md

ipfs

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

CI Maintainability Test Coverage

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.