Simple, private file sharing from the makers of Firefox
Перейти к файлу
Danny Coates 81be38fbc8 Merge pull request #353 from mozilla/no-ie
redirect ie to /unsupported
2017-07-31 09:56:11 -07:00
docs Adjusts category of unsupported event (fixes #350). 2017-07-31 09:55:46 -05:00
frontend/src Add trailing newline and run 'npm run format' 2017-07-31 08:32:55 -07:00
public Pontoon: Update German (de) localization of Test Pilot: Firefox Send 2017-07-31 16:10:18 +00:00
scripts
server Tweak the package.json require statement 2017-07-30 20:11:12 -07:00
static
test Add trailing newline and run 'npm run format' 2017-07-31 08:32:55 -07:00
views Merge pull request #353 from mozilla/no-ie 2017-07-31 09:56:11 -07:00
.dockerignore
.eslintignore
.eslintrc.yml Fix some linting nits 2017-07-31 00:01:00 -07:00
.gitignore
.htmllintrc
.stylelintrc Fix some linting nits 2017-07-31 00:01:00 -07:00
Dockerfile
LICENSE
README.md
circle.yml
docker-compose.yml
l10n.toml
package-lock.json Fix some linting nits 2017-07-31 00:01:00 -07:00
package.json Fix some linting nits 2017-07-31 00:01:00 -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