Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 331 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 331 Bytes

쿠마봇

cp config.json.example config.json
vim config.json # Edit config.json

npm install     # Install dependencies
npm link kakao  # Link local node-kakao to this repo

npm t           # Type check
npm run build   # Type check + Babel
npm run watch   # Run babel in watch mode

# Start kumabot
npm start