Skip to content

traPtitech/Emoine

Repository files navigation

Emoine

開発環境

golang 1.17

node 16

download https://github.com/protocolbuffers/protobuf/releases

$ go install google.golang.org/protobuf/cmd/protoc-gen-go

初回のみ必要

$ make proto
$ cd client
$ npm i

起動

$ make up
$ cd client
$ npm run dev

http://localhost:3000/ にアクセス

初回アクセス時はtraQにリダイレクトされるのでOAuth認証を承認し、その後リダイレクトされたページのURLのhttps://emoine20.trap.jp部分をhttp://localhost:3000に変更

終了

$ make down

開発環境のadmin権限

docker-compose.yml の14行目にtraQのUUIDを追記することで、開発環境のadminに追加できる