Home

Awesome

Monologue

MIT License XO code style

About

Monologue is a node-based conversation tree builder.

Screenshot

Using

Editor

There are no public built binaries, yet. Clone the repository and check the Developing section below.

Readers

If you want to implement your own, you can find the specs for the project files here.

Default project file

Until the New Project feature is implemented, you can find an example project file here.

Developing

An installation of nodejs is required to develop Monologue.

First, install the dependencies:

npm install gulp-cli -g && npm install

To run Monologue:

npm start

The UI is HTML/CSS.

You can compile the Jade/LESS by running gulp:

gulp {jade|less}

Or watch for changes and compile automatically:

gulp watch

Enjoy! :thumbsup: