24
1
Fork 0
Version personnalisée du projet mozilla/send pour le service drop.chapril.org.
Go to file
Danny Coates 9136694d29 Merge pull request #288 from mozilla/uploads
fix: Don`t allow upload when not on the upload page.
2017-07-24 10:30:52 -07:00
docs updated one metric, cd4 added to upload-deleted 2017-07-20 15:17:11 -07:00
frontend/src don`t allow upload when not on the upload page. 2017-07-24 13:04:46 -04:00
public Merge pull request #285 from mozilla/phases 2017-07-24 09:53:45 -07:00
scripts Move __version__ to a script 2017-06-23 16:53:17 -07:00
server rearrange dependencies. fixes #255 2017-07-21 20:00:38 -07:00
static naming improvements, stopped storing files by name on server 2017-05-30 16:34:00 -07:00
test Ignore console statements in test/ directory because yolo 2017-07-23 00:06:24 -07:00
views Merge branch 'master' of https://github.com/mozilla/send into responsive-and-feedback 2017-07-24 18:31:47 +02:00
.dockerignore ignore the firefox installed for selenium in docker 2017-07-21 20:09:59 -07:00
.eslintignore Stop ESLint from linting the /public/ directory 2017-07-22 23:26:42 -07:00
.eslintrc.yml fixing things 2017-07-17 16:29:51 -04:00
.gitignore rearrange dependencies. fixes #255 2017-07-21 20:00:38 -07:00
.htmllintrc Add basic htmllint config 2017-06-09 10:25:15 -07:00
.stylelintrc npm run format 2017-07-21 17:01:26 -07:00
Dockerfile added git package to docker image 2017-07-20 08:36:05 -07:00
LICENSE Add LICENSE file 2017-06-23 11:56:02 -07:00
README.md Adds 'Available on Test Pilot' badge. 2017-07-20 09:13:02 -06:00
circle.yml create separate js bundles for upload/download pages 2017-07-21 16:23:08 -07:00
docker-compose.yml added Dockerfile 2017-06-20 11:32:31 -07:00
package-lock.json rearrange dependencies. fixes #255 2017-07-21 20:00:38 -07:00
package.json Stop ESLint from linting the /public/ directory 2017-07-22 23:26:42 -07:00

README.md

Firefox Send

CircleCI Available on Test Pilot

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