A simple cross platform Markdown editor built with Electron and SimpleMDE
Clone the repository:
git clone https://github.com/naseberry/another-markdown-editor.git
cd another-markdown-editor
To run the application locally, run:
npm install && npm start
To build the application for Linux, Mac and Windows, run: npm run package
To build the application for Linux, run: npm run package:linux
To build the application for Mac, run: npm run package:mac
To build the application for Windows, run: npm run package:win
Once built, the package(s) will be available in the directory ./dist
If you wish to submit a bug fix or feature, you can create a pull request and it will be merged pending a code review.
- Fork the repository
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request