Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
11 lines (9 loc) · 501 Bytes

index.md

File metadata and controls

11 lines (9 loc) · 501 Bytes

Developer Documentation

Basics

TODO

Project Structure

This project is a monorepo containing a few projects/packages:

  • server - A Node.js server responsible for cross-device sync and cloud backups etc.
  • web - A React-based progressive web app, the main
  • common - A library of generic functionality and types that are shared across projects/packages.
  • toolkit - A Javascript library that provides functionality to connect to the server, manage client-side encryption, storage etc.