Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/int64ago/mdnote

:pencil: [website] A cloud notepad
https://github.com/int64ago/mdnote

cloudnotes markdown sync

Last synced: about 2 months ago
JSON representation

:pencil: [website] A cloud notepad

Awesome Lists containing this project

README

        

MDNote
===

A simple cloud notepad, nothing else...

[Let's make a note!](https://mdnote.int64ago.org)

## How to run

### Node
- `npm i`
- `MONGODB_URI= node app.js`

### Docker
```bash
docker run -d -e MONGODB_URI= \
-p 80:3000 \
int64ago/mdnote
```