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.
- Host: GitHub
- URL: https://github.com/lostfictions/dialogue-editor
- Owner: lostfictions
- Created: 2016-03-02T22:15:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T06:17:24.000Z (over 10 years ago)
- Last Synced: 2025-10-28T06:41:44.802Z (10 months ago)
- Language: JavaScript
- Size: 675 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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
```