1
0
mirror of https://github.com/kremalicious/ipfs.git synced 2024-06-23 01:36:49 +02:00
🛰 A public IPFS node & gateway. https://ipfs.kretschmann.io
Go to file
dependabot[bot] d081e2eb96
Bump typescript from 4.1.3 to 4.2.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-01 11:00:18 +00:00
.github remove Travis, add CI GitHub Action 2021-02-01 00:41:30 +01:00
jest setup testing 2019-12-08 17:27:44 +01:00
nginx refactor file upload 2019-10-26 17:37:31 +02:00
src package updates 2021-02-01 00:49:11 +01:00
.eslintrc postcss config, add typekit async loading 2019-10-20 20:06:19 +02:00
.gitignore package updates 2020-07-02 20:26:44 +02:00
.prettierrc initial commit 2019-10-20 01:40:55 +02:00
jest.config.js setup testing 2019-12-08 17:27:44 +01:00
jest.tsconfig.json setup testing 2019-12-08 17:27:44 +01:00
LICENSE initial commit 2019-10-20 01:40:55 +02:00
next-env.d.ts initial commit 2019-10-20 01:40:55 +02:00
next.config.js package updates 2020-03-10 03:57:00 +01:00
package-lock.json Bump typescript from 4.1.3 to 4.2.2 2021-03-01 11:00:18 +00:00
package.json Bump typescript from 4.1.3 to 4.2.2 2021-03-01 11:00:18 +00:00
postcss.config.js package updates 2020-03-10 03:57:00 +01:00
README.md remove Travis, add CI GitHub Action 2021-02-01 00:41:30 +01:00
site.config.js postcss config, add typekit async loading 2019-10-20 20:06:19 +02:00
tsconfig.json postcss config, add typekit async loading 2019-10-20 20:06:19 +02:00

ipfs

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

Build Status

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.