ai/README.md

12 lines
335 B
Markdown
Raw Normal View History

2018-08-18 19:36:03 +00:00
# ai
## インストール
まず適当なディレクトリに git clone します。
次にそのディレクトリに config.json を作成します。中身は次のようにします:
```
{
"host": "あにゃたのインスタンスのURL",
"i": "APIキー"
}
```
`npm run build` して `node built` すれば起動できます