mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 15:38:00 +00:00
Update doc
This commit is contained in:
parent
8848574df0
commit
272700e795
|
@ -1,11 +1,13 @@
|
||||||
# ai
|
# ai
|
||||||
## インストール
|
## インストール
|
||||||
まず適当なディレクトリに git clone します。
|
> Node.jsとnpmがインストールされている必要があります。
|
||||||
次にそのディレクトリに config.json を作成します。中身は次のようにします:
|
|
||||||
|
まず適当なディレクトリに `git clone` します。
|
||||||
|
次にそのディレクトリに `config.json` を作成します。中身は次のようにします:
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"host": "あなたのインスタンスのURL",
|
"host": "あなたのインスタンスのURL",
|
||||||
"i": "藍として動かしたいアカウントのAPIキー"
|
"i": "藍として動かしたいアカウントのAPIキー"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
`npm run build` して `node built` すれば起動できます
|
`npm install` して `npm run build` して `node built` すれば起動できます
|
||||||
|
|
Loading…
Reference in a new issue