mirror of
https://github.com/kremalicious/ipfs.git
synced 2024-11-21 17:27:06 +01:00
🛰 A public IPFS node & gateway.
https://ipfs.kretschmann.io
5d44c88356
Bumps [react-dropzone](https://github.com/react-dropzone/react-dropzone) from 10.2.2 to 11.0.1. - [Release notes](https://github.com/react-dropzone/react-dropzone/releases) - [Commits](https://github.com/react-dropzone/react-dropzone/compare/v10.2.2...v11.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
jest | ||
nginx | ||
src | ||
.eslintrc | ||
.gitignore | ||
.prettierrc | ||
.travis.yml | ||
jest.config.js | ||
jest.tsconfig.json | ||
LICENSE | ||
next-env.d.ts | ||
next.config.js | ||
package.json | ||
postcss.config.js | ||
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
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 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
.