/client

Gingko desktop client. Written in Elm, running in Electron.

Primary LanguageElmMIT LicenseMIT

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