8000 GitHub - gingko/client at v2.4.14
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ client Public

Gingko Writer. Tree-based writing software, written in Elm.

License

Notifications You must be signed in to change notification settings

gingko/client

Repository files navigation

Gingko 2 Build Status AppVeyor Build Status

Writing software to help organize and draft complex documents. Anything from novels and screenplays to legal briefs and graduate theses.

This is a ground-up rewrite of GingkoApp.com. The latest version is available for download at gingko.io (Linux, Windows, and Mac).

Contributions Welcome!

If you want to help translate Gingko, you can join the translation project.

For code contributions, see CONTRIBUTING.md for a guide to getting started.


Installation & Dev Environment

Prerequisites:

# 1. Build code:
npm install
npm start

# 2. In separate terminal:
npm run electron
0