https://github.com/traptitech/knoq-ui
https://github.com/traptitech/knoq-ui
hacktoberfest
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/traptitech/knoq-ui
- Owner: traPtitech
- Created: 2020-04-05T08:57:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T11:02:26.000Z (over 1 year ago)
- Last Synced: 2025-04-09T21:50:59.299Z (about 1 year ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 4.09 MB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# knoQ-UI
## 開発
### 必要要件
- node.js
- yarn
### UIの起動
```shell
$ yarn
$ yarn dev
```
### knoQサーバーと連携して実際に動作をテストする
1. [knoQサーバー](https://github.com/traPtitech/knoQ)のリポジトリを適当なところにcloneし,開発用サーバーを起動する.knoQサーバーの起動に必要な要件については[ここ](https://github.com/traPtitech/knoQ#%E5%BF%85%E8%A6%81%E8%A6%81%E4%BB%B6)を参照.
```shell
$ git clone https://github.com/traPtitech/knoQ.git
$ cd knoQ
$ docker compose up --build
```
2. UIを起動していないなら起動する
3. ブラウザで http://localhost:6006 を開く
4. traQのOAuthの許可を求められるので,許可ボタンをおす.
5. knoQのページに戻ったら,http://localhost:8080 を開く.