Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

运行

注册 Client 并替换 CLIENT_IDCLIENT_SECRET

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