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

https://github.com/mydraft-cc/server2


https://github.com/mydraft-cc/server2

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Server for mydraft

Stores the documents in Google Cloud storage and provides a websocket interface for live collaboration over yjs.

### Self hosting

```
docker build -t mydraft/app .
docker run --name mydraft -d -p 8001:8001 -v ${PWD}/localFileStore:/mydraft/localFileStore mydraft/app
```