Simple, private file sharing. Forked from https://gitlab.com/timvisee/send https://send.tjo.space
Find a file
Francesco Lodolo 8f023e36cf Pontoon: Update Italian (it) localization of Test Pilot: Firefox Send
Localization authors:
- Francesco Lodolo <francesco.lodolo@mozillaitalia.org>
2017-07-30 05:10:53 +00:00
docs Add docs/CODEOWNERS file 2017-07-27 15:47:22 -07:00
frontend/src Remove /en-US/ from cookies link in footer 2017-07-28 23:12:25 -07:00
public Pontoon: Update Italian (it) localization of Test Pilot: Firefox Send 2017-07-30 05:10:53 +00:00
scripts
server edit some syntax 2017-07-28 14:11:58 -04:00
static
test
views Remove /en-US/ from cookies link in footer 2017-07-28 23:12:25 -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