misskey-tools/README.md
2021-01-06 22:48:28 +09:00

27 lines
457 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# みす廃あらーと
みす廃あらーとは、Misskeyでのート、フォロー、フォロワーの数および前日比を毎日0時にートするサービスです。
## 対応
Misskey v10 以降および互換性のあるサーバー
## ビルド
```
# 依存関係の解決
yarn install
# アプリケーションのビルド
yarn build
# 実行
yarn start
# デバッグ用に起動
yarn watch
```
## LICENSE
[AGPL 3.0](LICENSE)