https://github.com/ahmadajmi/markdown-arabic
Write Markdown in Arabic
https://github.com/ahmadajmi/markdown-arabic
arabic gulp javascript markdown rtl
Last synced: about 2 months ago
JSON representation
Write Markdown in Arabic
- Host: GitHub
- URL: https://github.com/ahmadajmi/markdown-arabic
- Owner: ahmadajmi
- Created: 2014-07-19T15:30:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T20:33:29.000Z (about 8 years ago)
- Last Synced: 2024-06-25T07:32:28.280Z (10 months ago)
- Topics: arabic, gulp, javascript, markdown, rtl
- Language: JavaScript
- Homepage:
- Size: 242 KB
- Stars: 114
- Watchers: 10
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Write Markdown in Arabic
#### What's in:
- RTL writing direction
- Simple design & font
- LocalStorage support#### Used Resources:
- [markdown-js](https://github.com/evilstreak/markdown-js)
- [Droid Arabic Naskh](http://www.google.com/fonts/earlyaccess)Hosted on GitHub pages at [arabicmarkdown.github.io](https://github.com/arabicmarkdown/arabicmarkdown.github.io) repo.
### Run the code with nodejs on localhost
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 for automating tasks.
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.
[node.js]:https://nodejs.org/
[npm]:https://www.npmjs.com/
[Gulp]:http://gulpjs.com/
[gulp-uncss]:https://github.com/ben-eb/gulp-uncss
[localhost:5000]:http://localhost:5000/