An open API service indexing awesome lists of open source software.

https://github.com/willguimont/peartransfer

https://willguimont.github.io/PearTransfer/
https://github.com/willguimont/peartransfer

file-transfer react redux webrtc

Last synced: 3 months ago
JSON representation

https://willguimont.github.io/PearTransfer/

Awesome Lists containing this project

README

          

# PearTransfer

The pear themed file pear-to-pear file transfer app!

## Run

```shell
npm start
```

## Deploy

```shell
npm run deploy
```

## Build for production

```shell
npm run build
```

## Run tests

```shell
npm test
```