24
1
Fork 0
Version personnalisée du projet mozilla/send pour le service drop.chapril.org.
Go to file
Danny Coates ee444186e9
fixed .gitattributes locale dir
2017-08-02 23:02:50 -07:00
docs Adjusts category of unsupported event (fixes #350). 2017-07-31 09:55:46 -05:00
frontend/src format 2017-08-02 16:51:18 -07:00
public Pontoon: Update Indonesian (id) localization of Test Pilot: Firefox Send 2017-08-03 03:50:50 +00:00
scripts format 2017-08-02 16:51:18 -07:00
server filter the hash from error reports 2017-08-02 15:04:34 -07:00
static naming improvements, stopped storing files by name on server 2017-05-30 16:34:00 -07:00
test format 2017-08-02 16:51:18 -07:00
views filter the hash from error reports 2017-08-02 15:04:34 -07: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 Add ESLint no-alert rule 2017-07-31 23:59:18 -07:00
.gitattributes fixed .gitattributes locale dir 2017-08-02 23:02:50 -07:00
.gitignore begrudgingly added babel-polyfill 2017-08-02 12:25:13 -07:00
.htmllintrc Add basic htmllint config 2017-06-09 10:25:15 -07:00
.stylelintrc Fix some linting nits 2017-07-31 00:01:00 -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 Update README text w/ guidance from flod 2017-08-01 21:51:19 -07:00
circle.yml filter the hash from error reports 2017-08-02 15:04:34 -07:00
docker-compose.yml renamed environment variables to remove P2P_ prefix 2017-07-24 13:10:30 -07:00
l10n.toml added toml file 2017-07-21 10:39:41 -07:00
package-lock.json v1.0.3 2017-08-02 16:59:41 -07:00
package.json v1.0.3 2017-08-02 16:59:41 -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

Firefox Send localization is managed via Pontoon, not direct pull requests to the repository. If you want to fix a typo, add a new language, or simply know more about localization, please get in touch with the existing localization team for your language, or Mozillas l10n-drivers for guidance.

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