Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
szimek authored Nov 1, 2022
1 parent a2cf5d5 commit 53894f8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ ShareDrop allows you to send files to other devices in the same local network (i

The main difference between ShareDrop and AirDrop is that ShareDrop requires Internet connection to discover other devices, while AirDrop doesn't need one, as it creates ad-hoc wireless network between them. On the other hand, ShareDrop allows you to share files between mobile (Android and iOS) and desktop devices and even between networks.

### Supported browsers
## Support ShareDrop!

ShareDrop is free, however it still costs money to run.

If you use it and like it, please consider making a small donation via [PayPal](https://www.paypal.com/donate/?business=99MJKQUTTQVYY&no_recurring=0&item_name=Help+cover+the+server+costs+for+sharedrop.io&currency_code=EUR) to help me keep it free for everyone.

## Supported browsers
* Chrome
* Edge (Chromium based)
* Firefox
* Opera
* Safari 13+

### How to set it up for local development
## Local development
1. Setup Firebase:
1. [Sign up](https://www.firebase.com) for a Firebase account and create a database.
2. Go to "Security Rules" tab, click "Load Rules" button and select `firebase_rules.json` file.
Expand All @@ -25,8 +31,8 @@ The main difference between ShareDrop and AirDrop is that ShareDrop requires Int
- `NEW_RELIC_*` keys are only necessary in production
5. Run `yarn develop` to start the app.

### Deployment
#### Heroku
## Deployment
### Heroku
Create a new Heroku app:
```
heroku create <app-name>
Expand Down

0 comments on commit 53894f8

Please sign in to comment.