Skip to content

traPtitech/knoQ-UI

Repository files navigation

knoQ-UI

開発

必要要件

  • node.js
  • yarn

UIの起動

$ yarn
$ yarn dev

knoQサーバーと連携して実際に動作をテストする

  1. knoQサーバーのリポジトリを適当なところにcloneし,開発用サーバーを起動する.knoQサーバーの起動に必要な要件についてはここを参照.
$ git clone https://github.com/traPtitech/knoQ.git
$ cd knoQ
$ docker compose up --build
  1. UIを起動していないなら起動する
  2. ブラウザで http://localhost:6006 を開く
  3. traQのOAuthの許可を求められるので,許可ボタンをおす.
  4. knoQのページに戻ったら,http://localhost:8080 を開く.