Skip to content

Commit

Permalink
Update: readme.md yarnに関する記述をついか
Browse files Browse the repository at this point in the history
yukyu30 committed Apr 23, 2022
1 parent c81ab57 commit 2f87012
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# お願い
`yarnを使ってください。

# Team Blog Hub

ブログのRSSのURLを登録することで、チームメンバーの投稿を一覧にまとめて表示します。Zenn、Qiita、Medium、note、はてなブログなど、RSSフィードを取得できるサイトであれば、メンバーは好きな場所に投稿できます。
@@ -15,6 +18,11 @@ $ yarn install
$ yarn build
$ yarn dev
```
## ESlint
```bash
$ yarn lint
```
Next.jsのESLintに関するドキュメント:https://nextjs.org/docs/basic-features/eslint

- サイトの基本設定は`site.config.ts`で行います。
- メンバーのプロフィールやRSSの登録は`members.ts`で行います。

0 comments on commit 2f87012

Please sign in to comment.