To deploy this project locally for development purposes, follow the steps below.
The Vault frontend and backend must both be running before Vault Send is launched.
- Install the required packages:
npm install
- Create a
local.env
file based on theenv_example
template file - Run the appplication:
npm run dev
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"
View the original README document at the Mozilla/Send repository.