1
0
mirror of https://github.com/kremalicious/ipfs.git synced 2025-02-14 21:10:43 +01:00
dependabot[bot] 480b656eff
Bump @next/bundle-analyzer from 12.0.10 to 13.2.2
Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 12.0.10 to 13.2.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.2.2/packages/next-bundle-analyzer)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 04:59:14 +00:00
2021-09-14 00:27:01 +02:00
2021-09-12 17:11:25 +02:00
2021-09-14 15:44:12 +02:00
2021-09-14 00:04:38 +02:00
2021-09-12 23:34:09 +02:00
2021-09-14 00:04:38 +02:00
2021-09-12 23:47:52 +02:00
2019-10-20 01:40:55 +02:00
2019-10-20 01:40:55 +02:00
2022-02-13 23:06:10 +00:00
2021-09-13 00:09:25 +02:00
2021-09-14 00:04:38 +02:00
2021-09-12 23:34:09 +02:00
2022-02-13 23:06:10 +00:00

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.

Description
🛰 A public IPFS node & gateway.
https://ipfs.kretschmann.io Readme 2.2 MiB
Languages
TypeScript 61%
CSS 32.3%
JavaScript 6.7%