Write Markdown in Arabic
- RTL writing direction
- Simple design & font
- LocalStorage support
Deployed to Heroku.
Make sure that node.js and npm are installed.
After that run
npm install
to install the dependencies from the package.json file
Then run
npm start
to start the local server at localhost:5000
Gulp is used to concat CSS files and then use gulp-uncss to make it smaller
So if you have done any changes in CSS files please run gulp
in the command line to run the task.
You can also open the /public/index.html
file directly.