0
0
Fork 0
This commit is contained in:
Xeltica 2020-08-04 12:13:41 +09:00
commit 326384957c
22 changed files with 4176 additions and 0 deletions

24
README.md Normal file
View file

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