An open API service indexing awesome lists of open source software.

https://github.com/lostfictions/dialogue-editor

An editor for Portrait dialogues.
https://github.com/lostfictions/dialogue-editor

Last synced: about 1 month ago
JSON representation

An editor for Portrait dialogues.

Awesome Lists containing this project

README

          

# Portrait Dialog Editor

An editor for Portrait dialogues. Should produce files compatible with the format used in portrait-one.

![A screenshot of the editor.](screenshot.png)

## Installing and Running in Development Mode

First, pull down the dependencies from `npm`:

```bash
$ npm install
```

Now run:

```bash
$ npm run dev
```

#### Toggle Chrome DevTools

- OS X: Cmd Alt I or F12
- Linux: Ctrl Shift I or F12
- Windows: Ctrl Shift I or F12

*See [electron-debug](https://github.com/sindresorhus/electron-debug) for more information.*

#### Toggle Redux DevTools

- All platforms: Ctrl+H

*See [redux-devtools-dock-monitor](https://github.com/gaearon/redux-devtools-dock-monitor) for more information.*

## Building Standalone

To build for your platform, run

```bash
$ npm run package
```

To build for all platforms, run

```bash
$ npm run package-all
```