Simple, private file sharing. Forked from https://gitlab.com/timvisee/send https://send.tjo.space
Find a file
Matjaž Horvat b259cba882 Pontoon: Update Slovenian (sl) localization of Test Pilot: Firefox Send
Localization authors:
- Matjaž Horvat <matjaz.horvat@gmail.com>
2017-07-25 22:11:48 +00:00
docs
frontend/src format 2017-07-25 12:21:07 -07:00
public Pontoon: Update Slovenian (sl) localization of Test Pilot: Firefox Send 2017-07-25 22:11:48 +00:00
scripts
server refactor all redis calls to reject on null 2017-07-25 13:00:02 -07:00
static
test removing timeout limit for front end tests 2017-07-25 13:14:08 -07:00
views Merge branch 'master' into ux-tweak 2017-07-25 11:31:13 -07:00
.dockerignore
.eslintignore
.eslintrc.yml
.gitignore
.htmllintrc
.stylelintrc
circle.yml
docker-compose.yml
Dockerfile
l10n.toml
LICENSE
package-lock.json
package.json
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