Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Aqzhyi/life

Repository files navigation

testing

這個 LINE BOT 機器人

三人行必有我師,這是一個學習用的代碼庫,用來實驗各試各樣的方法

A hobby bot & web repository that intent to learn from others, practice, and keep in mind.

https://www.notion.so/hilezi/d7ac6acf3ee94029a245be3df3c9f5fe



預覽

加入好友

LINE

正式站 測試機人

Telegram

@itsthatbot

BOT

development

需要三個 sessions 分別給 webpack build、npm test 和 bottender start 作測試。

npm run dev:watch
npm run test -- --verbose --watch
npm run dev:server

deploy

# 部署到 heroku 正式站
npm run deploy:prod