Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tylerlong/kickstart-node-glip-bot

A kickstart project for Node.js Glip bot
https://github.com/tylerlong/kickstart-node-glip-bot

bot chatbot glip kickstart node

Last synced: about 2 months ago
JSON representation

A kickstart project for Node.js Glip bot

Awesome Lists containing this project

README

        

# {{ projectName }}

{{ description }}

{# This is a [kickstart](https://github.com/tylerlong/kickstart) project. #}

## Setup

```
yarn install

cd messages
cp env.sample.yml env.yml
edit env.yml
```

## Deploy

### Full deploy

yarn deploy:full

### Quick deploy

yarn deploy

### Deploy to production

yarn deploy:full:prod

## Service information

yarn run info

## Log information

yarn run log

Or check log in realtime:

yarn run log:stream

## Remove the service

yarn run remove