Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days ago
JSON representation
A kickstart project for Node.js Glip bot
- Host: GitHub
- URL: https://github.com/tylerlong/kickstart-node-glip-bot
- Owner: tylerlong
- Created: 2018-01-10T13:58:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T07:43:00.000Z (over 6 years ago)
- Last Synced: 2024-07-31T18:15:58.758Z (3 months ago)
- Topics: bot, chatbot, glip, kickstart, node
- Language: JavaScript
- Size: 104 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# {{ projectName }}
{{ description }}
{# This is a [kickstart](https://github.com/tylerlong/kickstart) project. #}
## Setup
```
yarn installcd 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