mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
12 lines
377 B
Markdown
12 lines
377 B
Markdown
# ai
|
|
## インストール
|
|
まず適当なディレクトリに git clone します。
|
|
次にそのディレクトリに config.json を作成します。中身は次のようにします:
|
|
```
|
|
{
|
|
"host": "あなたのインスタンスのURL",
|
|
"i": "藍として動かしたいアカウントのAPIキー"
|
|
}
|
|
```
|
|
`npm run build` して `node built` すれば起動できます
|