A simple markdown editor for Right-to-Left (RTL) languages (e.g. Persian, Arabic, Hebrew).
Before you begin, ensure you have the following installed:
- Node.js and npm: Download and install from https://nodejs.org/.
- Git: (Optional) For cloning the repository. Download from https://git-scm.com/.
- Clone the repository:
git clone https://github.com/kavir1698/rtl_markdown_editor cd rtl-markdown
- Install dependencies:
npm install
- Start the application:
npm start
- For all platforms:
npm run build
- For macOS only:
npm run build:mac
- For Windows only:
npm run build:win
- For Linux only:
npm run build:linux
- Building for macOS is only possible on a Mac.
- Building for Windows is possible on macOS and Linux using Wine, but it's recommended to build on a Windows machine for best results.
- Building for Linux is possible on any platform.