aboutsummaryrefslogtreecommitdiff
path: root/extension/README.md
blob: a476f9666b8472216fcc2baf78d96945568f0cc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# @vnuge/nvault-extension

This directory contains the source code for the NVault browser extension. Base template forked from [@samrum/vite-plugin-web-extension](https://github.com/samrum/vite-plugin-web-extension)

## Usage Notes
The .env file contains build configuration variables. API variables are used as defaults on extension startup. Most settings such as server base url and endpoint urls are configurable from the extension options page.

### Install dependencies

```bash
npm install
```

### Build the extension
    
```bash
npm run build
```

Built extension output will be in the `dist` directory. You can zip the contents of this directory and load it into your browser.