Since the original Raven, developed by Robotlolita, is in hiatus, I decided to create a fork to see what else it could use. The same disclaimers apply: still in early stages, may break. So back up your stuff.
NOTE: Since I haven't actually made any changes yet, these still go to Robotlolita's builds.
-
Download the right distribution for your platform:
-
Unzip it wherever you want the application to be;
-
Double click the
Raven/Raven.exe/Raven.appfile; -
Select the folder where you want to store your novels;
-
Create a new novel, and start writing.
You'll need Node Webkit, Node, Make and other *NIX tools (like cat)
installed. Once you do, just run the following commands:
$ git clone git://github.com/robotlolita/raven
$ cd raven
$ npm installTo run it under recent Linux distributions (Ubuntu 13.04+, Fedora 18+, Arch, Gentoo, etc) you'll need the following to run Raven:
$ make run-linuxOn all other platforms, you'll need the following to run Raven:
$ make runRaven is MIT licensed
