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/
- Host: GitHub
- URL: https://github.com/willguimont/peartransfer
- Owner: willGuimont
- Created: 2021-02-08T02:46:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T16:19:02.000Z (about 4 years ago)
- Last Synced: 2025-10-08T19:05:53.130Z (10 months ago)
- Topics: file-transfer, react, redux, webrtc
- Language: TypeScript
- Homepage:
- Size: 11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```