/lockbox-web-app

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

lockbox-react

Lockbox Front End using React + Grommet Components

#Install / Run

Requirements:

Lockbox API: https://gitlab.com/lockbox-app/lockbox-api

A cloudflare workers script that stores data on a distributed KV.

Install dependencies:

yarn install

Development server:

yarn start

To build:

yarn build