wip
This commit is contained in:
commit
326384957c
22 changed files with 4176 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# みす廃あらーと
|
||||
|
||||
みす廃あらーとは、Misskeyでのノート、フォロー、フォロワーの数および前日比を毎日0時にノートするサービスです。
|
||||
|
||||
|
||||
## build
|
||||
|
||||
```
|
||||
# 依存関係の解決
|
||||
yarn install
|
||||
|
||||
# アプリケーションのビルド
|
||||
yarn build
|
||||
|
||||
# 実行
|
||||
yarn start
|
||||
|
||||
# デバッグ用に起動
|
||||
yarn watch
|
||||
```
|
||||
|
||||
## LICENSE
|
||||
|
||||
[AGPL 3.0](LICENSE)
|
Loading…
Add table
Add a link
Reference in a new issue