Update docs

This commit is contained in:
RobinLinus 2020-12-15 22:36:01 +01:00
parent 366f105ac1
commit 694d7bddca
2 changed files with 14 additions and 14 deletions

View file

@ -5,16 +5,15 @@
#### Snapdrop is built with the following awesome technologies:
* Vanilla HTML5 / ES6 / CSS3
* Progressive Web App
* [Progressive Web App](https://de.wikipedia.org/wiki/Progressive_Web_App)
* [WebRTC](http://webrtc.org/)
* [WebSockets](http://www.websocket.org/)
* [NodeJS](https://nodejs.org/en/)
* [Material Design](https://material.google.com/)
> Have any questions? You can read our [FAQ](/docs/faq.md)
> Have any questions? You can read our [FAQ](/docs/faq.md).
> If you want to self-host your own instance, [you can with docker.](/docs/local-dev.md)
> If you want to self-host your own instance, [you can with docker](/docs/local-dev.md).
## Support the Snapdrop Community
@ -32,13 +31,3 @@ Thanks a lot for supporting free and open software!
## Apps
1. [Snapdrop PWA](/docs/faq.md) <!-- Don't know how to do a direct link -->
1. [Snapdrop Desktop App](https://github.com/infin1tyy/snapdrop-desktop) built on top of Electron. (Thanks to [Infin1tyy!](https://github.com/infin1tyy/)).
1. Feel free to make one :)

View file

@ -32,4 +32,15 @@ We are not trying to optimize for some edge-cases. We are optimizing the user fl
* Fix bugs and make a pull request.
* Do security analysis and suggestions
## Apps
1. [Snapdrop PWA](/docs/faq.md) <!-- Don't know how to do a direct link -->
1. [Snapdrop Desktop App](https://github.com/infin1tyy/snapdrop-desktop) built on top of Electron. (Thanks to [Infin1tyy!](https://github.com/infin1tyy/)).
1. Feel free to make one :)
[< Back](/README.md)