- [Golang][LINE][教學] 將你的 chatbot 透過 account link 連接你的服務
- [Golang][LINE][教學] 導入 LINE Login 到你的商業網站之中,並且加入官方帳號為好友
- github
- Official Document for Linking a LINE Official Account when Login
- feat: 新增/修改功能 (feature)。
- fix: 修補 bug (bug fix)。
- docs: 文件 (documentation)。
- style: 格式 (不影響程式碼運行的變動 white-space, formatting, missing semicolons, etc.)。
- refactor: 重構 (既不是新增功能,也不是修補 bug 的程式碼變動)。
- perf: 改善效能 (A code change that improves performance)。
- test: 增加測試 (when adding missing tests)。
- chore: 建構程序或輔助工具的變動 (maintain)。
- revert: 撤銷回覆先前的 commit
- feat/auth, refactor/home-layout
- feat: build button component, fix indentation and spacing issues
-
Make sure you have installed
make
,go
anddocker-compose / docker compose
on your machine -
Copy
.env.example
to.env.dev
and modify the environment variables if neededcp .env.example .env.dev
-
Run
make install
to install the toolsRun only once when you start the development or the tools required to be updated
-
Run
make dev-up
to start the development database and redis [//]: # (5. Runmake dev-migrate
to migrate the database) -
Run
make run
to start the development server with no live reloadRun
make serve
to start the development server with live reload(but requiresair
to be installed)- Webserver will be listening on localhost:8000, you may change the port in
.env.dev
- Webserver will be listening on localhost:8000, you may change the port in
-
Run
make dev-down
to stop the development database and redis
Push upcoming event notification to the users who subscribed to the event
make bot