Web app for creating and editing storypalettes: http://editor.storypalette.net
$ npm startInstall node.js
$ git clone https://github.com/storypalette/storypalette-editor.git
$ cd storypalette-editor
$ npm install$ npm run dev # Connects to local storypalette-server
$ open http://localhost:8883$ npm run deploy