78c58bf4d3
Localization authors: - Jim Spentzos <jamesspentzos@hotmail.com> |
||
---|---|---|
docs | ||
frontend/src | ||
public | ||
scripts | ||
server | ||
static | ||
test | ||
views | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc.yml | ||
.gitignore | ||
.htmllintrc | ||
.stylelintrc | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
circle.yml | ||
docker-compose.yml | ||
l10n.toml | ||
package-lock.json | ||
package.json |
README.md
Firefox Send
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/ |