/README.md
https://github.com/dvcrn/markright · Markdown · 68 lines · 47 code · 21 blank · 0 comment · 0 complexity · 92fc3c78b2d867bb81ce5a69fcd93b19 MD5 · raw file
- _This project is currently frozen. If you want to help developing it, please feel free to [ping me](https://github.com/dvcrn)_
- 
- a minimalistic github flavored markdown editor
- 
- ## Download
- On mac, install it through [cask][8]:
- ```
- brew cask install markright
- ```
- Alternatively, check out the [latest release][1] to quickly find the latest version.
- Here are the current binaries:
- - [Mac][2]
- - [Windows 32bit][3]
- - [Windows 64bit][4]
- - [Linux ia32][5]
- - [Linux x64][6]
- ### Command line
- On mac, you can launch markright from the command line with a little alias:
- ```
- alias markright="open -a /Applications/MarkRight.app"
- markright README.md
- ```
- ## Building
- MarkRight is written in clojurescript. To build, make sure you have clojure and leiningen installed on your system.
- ### Requirements
- - `npm`
- - `leiningen`
- - `bower`
- - `npm install`
- - `bower install`
- ### Compiling
- All commands you need are available inside `package.json`. To compile the code, run `npm run compile:<prod/dev>`. `node/` is the folder that goes into electron.
- ### Development
- To develop, run the self-reloading build:
- - `lein run -m build/ui-dev`
- - `lein run -m build/main-dev`
- shadow-build will live-reload the frontend so you don't need to refresh. If you change `main.cljs` however, you'll have to restart electron to reload your changes.
- ## License
- Licensed under [GPLv3][7]
- [1]: https://github.com/dvcrn/markright/releases/latest/
- [2]: https://github.com/dvcrn/markright/releases/download/0.1.11/MarkRight_Mac.dmg
- [3]: https://github.com/dvcrn/markright/releases/download/0.1.11/MarkRight_Windows32.exe
- [4]: https://github.com/dvcrn/markright/releases/download/0.1.11/MarkRight_Windows64.exe
- [5]: https://github.com/dvcrn/markright/releases/download/0.1.11/MarkRight_Linux_ia32.zip
- [6]: https://github.com/dvcrn/markright/releases/download/0.1.11/MarkRight_Linux_x64.zip
- [7]: http://www.gnu.org/licenses/gpl-3.0.txt
- [8]: http://caskroom.io/