mirror of
https://github.com/kremalicious/ipfs.git
synced 2025-02-14 21:10:43 +01:00
Bumps [next](https://github.com/vercel/next.js) from 10.0.6 to 10.0.7. - [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/compare/v10.0.6...v10.0.7) Signed-off-by: dependabot[bot] <support@github.com>
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
.
Description
Languages
TypeScript
61%
CSS
32.3%
JavaScript
6.7%