Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/etesync/etebase-docs

The Etebase documentation
https://github.com/etesync/etebase-docs

Last synced: 2 months ago
JSON representation

The Etebase documentation

Awesome Lists containing this project

README

        



Etebase - Encrypt Everything

Docs and protocol proposals for Etebase.

This is the source code for the docs website at https://docs.etebase.com

[![Chat with us](https://img.shields.io/badge/chat-IRC%20|%20Matrix%20|%20Web-blue.svg)](https://www.etebase.com/community-chat/)

# Protocl Proposals

In addition to the API and protocol documentation, this repo also houses discussions for [protocol proposals](https://github.com/etesync/etebase-docs/issues?q=is%3Aopen+is%3Aissue+label%3Aproposal).

# Local development

This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a static website generator.
To develop locally, first install dependencies:

```
$ yarn
```

Then start the development server:

```
$ yarn start
```