Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1 KB

README.md

File metadata and controls

39 lines (29 loc) · 1 KB

Ramz

Markdown editor that understands Arabic ‏مُحرّر ماركداون يفهم اللغة العربيّة https://ramz.netlify.com

Features | المُميّزات

  • Export files as txt/HTML
  • ‏ HTML و txt تصدير الملفّات بصيغتي
  • Live preview
  • العرض الحيّ للتّعديلات
  • Clean design
  • تصميم أنيق
  • RTL writing direction
  • دعم الكتابة من اليمين إلى اليسار
  • More is coming!
  • والمزيد قادم

Used resources

Development

First make sure that node.js and npm are installed on your device. then run:

npm install

To install dependencies from package.json file. Run the development server with hot reload at localhost:8080:

npm start

To build run:

npm run build

That is it, happy coding :)