https://github.com/etesync/etebase-docs
The Etebase documentation
https://github.com/etesync/etebase-docs
Last synced: 9 months ago
JSON representation
The Etebase documentation
- Host: GitHub
- URL: https://github.com/etesync/etebase-docs
- Owner: etesync
- Created: 2020-06-17T16:04:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T23:24:59.000Z (over 3 years ago)
- Last Synced: 2025-03-26T11:21:14.373Z (about 1 year ago)
- Language: JavaScript
- Size: 2.05 MB
- Stars: 34
- Watchers: 3
- Forks: 15
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
[](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
```