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

https://github.com/catalystcode/bot-dialog-editor


https://github.com/catalystcode/bot-dialog-editor

Last synced: 10 months ago
JSON representation

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