https://github.com/catalystcode/bot-dialog-editor
https://github.com/catalystcode/bot-dialog-editor
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/catalystcode/bot-dialog-editor
- Owner: CatalystCode
- Created: 2016-09-01T12:08:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T16:55:59.000Z (about 9 years ago)
- Last Synced: 2025-01-22T15:48:01.155Z (11 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 1
- Watchers: 14
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prerequisites
Make sure to install the following prerequisites before running the application
1. [Node.js](https://nodejs.org/)
2. [Bower](http://bower.io/)
3. [gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md)
4. [nodemon](https://github.com/remy/nodemon#nodemon)
# Installation
```
npm install
```
# Development
Run each of the following in a different console:
```
console 1: gulp
console 2: npm run watch
```