PaulSec / Social-Markdown

"Dillinger.io clone" allowing live concurrent editing.
MIT License
10 stars 5 forks source link

Welcome on Social Markdown's README !

First..

Wanna try it ?

A demo website will be available in few days.

You'll be able to try it and feel free to give us your feedback. We need it !

Create a new doc, and Click on "Edit Live".

Yes it's that easy.

Ok, so.. What is it ?

Social Markdown is a project allowing you live concurrent editing of your Markdown files. It can be either your README.md files from your Github projects, but also your Wiki, ..

We needed a platform allowing us to edit those files with lot of collaborators.

So, we did it !

How did you do this magic ?

Well, this website is full of new cool (and less new) stuffs :

Together.js allows you to edit your page with your friends. Those guys did some really great job and at the moment, the script is dynamically loaded from their servers.

If you want more information about the technology behind, here is their (awesome) documentation :

Together.js Documentation

Great, but.. I want to run the project on my machine !

This is really easy, follow the steps :

On Ubuntu (depending on your OS) :

sudo aptitude install mongodb

git clone git@github.com:PaulSec/Social-Markdown.git And cd Social-Markdown

(Guessing you already have node and npm on your machine)

npm install

Then, if you didn't have any critic/cosmic/extraordinary error, you can launch the project !

node app or node app.js (it's the same)

License

This project has been released under MIT License.

Feel free to fork it, ask/add new features. This has been developed by Marien and I Paul

Cheers !