You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/README.md

46 lines
1.5 KiB
Markdown

<h1 align="center">✍️ Memos</h1>
<p align="center">
<a href="https://memos.onrender.com/">Live Demo</a>
3 years ago
<a href="https://github.com/justmemos/memos/discussions">Discussions</a>
</p>
<p align="center">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/justmemos/memos" />
<img alt="GitHub forks" src="https://img.shields.io/github/forks/justmemos/memos" />
<img alt="GitHub Watchers" src="https://img.shields.io/github/watchers/justmemos/memos" />
</p>
3 years ago
Memos is an open source, self-hosted alternative to [flomo](https://flomoapp.com/). Built with `Go` and `React`.
3 years ago
Making sure that you are in charge of your data and more customizations.
3 years ago
## 🎯 Intentions
3 years ago
- ✍️ For noting 📅 daily/weekly plans, 💡 fantastic ideas, 📕 reading thoughts...
- 📒 Write down the lightweight card memos easily;
- 🏗️ Build your own fragmented knowledge management tools;
3 years ago
## ✨ Features
- 🦄 Fully open source;
3 years ago
- 😋 Beautiful and detailed visual styles;
- 📑 Experience excellent interaction logic;
- ⚡️ Quick privatization deployment;
## ⚓️ Deploy Guide with Docker
1. download the [initialized db file](https://github.com/justmemos/memos/raw/main/resources/memos_release.db):
2. pull and run docker image:
```docker
docker run --name memos --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos -e mode=release -e data=/var/opt/memos neosmemo/memos:dev
```
The default user account is `guest` with password `secret`.
3 years ago
---
Just enjoy it.