HackMD/README.md

13 lines
390 B
Markdown
Raw Normal View History

2015-05-04 15:53:29 +08:00
HackMD 0.2.7
===
2015-05-08 11:54:02 +08:00
This is a realtime collaborative markdown notes on all platforms.
But still in early stage, feel free to fork or contribute to it.
2015-05-04 15:53:29 +08:00
Thanks for your using.
2015-05-08 11:54:02 +08:00
The notes are store in PostgreSQL, and I provided the schema in the `hackmd_schema.sql`.
The users and sessions are store in mongoDB, which don't need schema, so just connect it directly.
2015-05-08 11:52:30 +08:00
License under MIT.