Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 156 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 156 Bytes

运行

注册 Client 并替换 CLIENT_IDCLIENT_SECRET

  • backend
go mod tidy
go run app.go
  • frontend
npm install
npm start