mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
9a6dbee694e2056ca60586c67b2936a11ae1c29b
Firefox Send
What it does
A P2P file sharing experiment which allows you to send encrypted files to other users.
Requirements
NOTE: To run the project, make sure you have a Redis server running locally:
$ redis-server /usr/local/etc/redis.conf
How to use it
| Command | Description |
|---|---|
npm run dev |
Builds and starts the web server locally for development. |
npm run format |
Formats the frontend and server code using prettier. |
npm run lint |
Lints the CSS and JavaScript code. |
npm start |
Starts the Express web server. |
npm test |
Runs the suite of mocha tests. |
Localization
Coming soon (see #57)
Contributing
Pull requests are always welcome! Feel free to check out the list of "good first bugs".
Testing
| ENVIRONMENT | URL |
|---|---|
| Production | https://send.firefox.com/ |
| Stage | https://send.stage.mozaws.net/ |
| Development | https://send.dev.mozaws.net/ |
License
Mozilla Public License Version 2.0
Entypo
Copyright (C) 2012 by Daniel Bruce
Author: Daniel Bruce License: SIL (http://scripts.sil.org/OFL) Homepage: http://www.entypo.com
Font Awesome
Copyright (C) 2016 by Dave Gandy
Author: Dave Gandy License: SIL () Homepage: http://fortawesome.github.com/Font-Awesome/
Description
Languages
JavaScript
88.7%
HTML
3.7%
CSS
3%
Kotlin
2.2%
Swift
1.6%
Other
0.8%