24
1
Fork 0
Version personnalisée du projet mozilla/send pour le service drop.chapril.org.
Go to file
Danny Coates 3e47556560 Merge pull request #246 from clouserw/224
remove P2P references.  Fixes #224
2017-07-19 09:55:35 -07:00
docs add FAQ. Fixes #186 2017-07-18 15:57:26 -07:00
frontend/src make only the icons clickable in file list 2017-07-19 10:50:23 -04:00
public Merge pull request #246 from clouserw/224 2017-07-19 09:55:35 -07:00
scripts Move __version__ to a script 2017-06-23 16:53:17 -07:00
server added functionality to cancel uploads 2017-07-18 10:52:32 -07:00
static naming improvements, stopped storing files by name on server 2017-05-30 16:34:00 -07:00
test adding flexibility for circle test times 2017-07-17 18:06:20 -07:00
views change icons 2017-07-19 10:21:56 -04:00
.dockerignore refactored docker build 2017-06-23 18:08:08 -07:00
.eslintignore testing circle again 2017-07-17 10:27:43 -07:00
.eslintrc.yml fixing things 2017-07-17 16:29:51 -04:00
.gitignore removing bundle.js from tests and adding to gitignore 2017-07-13 08:57:29 -07:00
.htmllintrc Add basic htmllint config 2017-06-09 10:25:15 -07:00
.stylelintrc Fix more stylelint and eslint errors 2017-06-22 09:54:34 -07:00
Dockerfile refactored docker build 2017-06-23 18:08:08 -07:00
LICENSE Add LICENSE file 2017-06-23 11:56:02 -07:00
README.md Merge pull request #246 from clouserw/224 2017-07-19 09:55:35 -07:00
circle.yml circle is working 2017-07-17 10:43:13 -07:00
docker-compose.yml added Dockerfile 2017-06-20 11:32:31 -07:00
package-lock.json add send logo 2017-07-18 12:44:40 -04:00
package.json Merge branch 'master' of github.com:mozilla/send into frontend_tests 2017-07-17 16:04:10 -07:00

README.md

Firefox Send

CircleCI

Docs: Docker, Metrics

What it does

A 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