ipfs/README.md

42 lines
1.0 KiB
Markdown
Raw Normal View History

2019-10-20 01:40:55 +02:00
# ipfs
> A public IPFS node & gateway.
> [ipfs.kretschmann.io](https://ipfs.kretschmann.io)
2021-02-01 00:41:30 +01:00
[![Build Status](https://github.com/kremalicious/ipfs/workflows/CI%2FCD%20Pipeline/badge.svg)](https://github.com/kremalicious/ipfs/actions)
2019-10-20 01:40:55 +02:00
2019-10-21 10:25:19 +02:00
This repo holds a React app built with [Next.js](https://nextjs.org) serving as the frontpage of [ipfs.kretschmann.io](https://ipfs.kretschmann.io) from where you can add files to IPFS via drag and drop.
2019-10-20 01:40:55 +02:00
---
- [Development](#development)
- [Production](#production)
- [Deployment](#deployment)
---
## Development
```bash
npm i
npm start
```
Will start a live-reloading local server, reachable under [localhost:3000](http://localhost:3000).
## Production
2019-10-21 10:25:19 +02:00
To create a production build:
2019-10-20 01:40:55 +02:00
```bash
npm run build
```
Outputs to `./public`.
## Deployment
Every branch is automatically deployed to [Now](https://zeit.co/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`.