mirror of
https://github.com/kremalicious/ipfs.git
synced 2024-10-31 23:35:20 +01:00
🛰 A public IPFS node & gateway.
https://ipfs.kretschmann.io
2e12a93cee
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.0.10 to 12.2.3. - [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/v12.2.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
nginx | ||
src | ||
test | ||
.env.sample | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc | ||
LICENSE | ||
next-env.d.ts | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
site.config.js | ||
tsconfig.json |
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
.