Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/etesync/etebase-docs
- Owner: etesync
- Created: 2020-06-17T16:04:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T23:24:59.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T11:39:10.083Z (9 months ago)
- Language: JavaScript
- Size: 2.05 MB
- Stars: 32
- Watchers: 4
- 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
[![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
```