Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

nospoone/monologue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! 👍

About

Branching Dialogue Editor 👌

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published