Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
/ send Public archive
forked from mozilla/send

End-to-end encrypted file sharing on Vault, courtesy of Firefox Send

License

Notifications You must be signed in to change notification settings

datagovsg/send

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Vault Send

Vault Send

Local deployment guide

To deploy this project locally for development purposes, follow the steps below.

Prerequisite

The Vault frontend and backend must both be running before Vault Send is launched.

Steps

  1. Install the required packages: npm install
  2. Create a local.env file based on the env_example template file
  3. Run the appplication: npm run dev

Note for Windows users

If you are on Windows, ensure that you are using Git Bash because the npm run scripts contain Bash shell commands.

You will also need to configure npm to use Git Bash:
npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"

Original Mozilla Send

View the original README document at the Mozilla/Send repository.

About

End-to-end encrypted file sharing on Vault, courtesy of Firefox Send

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.3%
  • CSS 21.4%
  • HTML 3.5%
  • Kotlin 2.1%
  • Fluent 1.6%
  • Swift 1.5%
  • Other 0.6%