Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 889 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 889 Bytes

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.