Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Oct 25, 2023
1 parent babc7f1 commit e0e8d11
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,23 @@ Run the development server:
yarn dev
```

Build the app for production:

```bash
yarn build
```

and, output will be in `./out` directory.

## TODO

- 内容、レスポンシブの推敲
- dark mode 追加
- cssの整理
- importantをなくすなど
- まじめにSSRを考える
- "use client"をできるだけなくすなど
- 英語の推敲
- SSRでのi18n対応
- SSRとしてのi18n対応
- colorの設定方法を見直す
- mantineの `List` において、`list-disc` を指定したときの横の挙動がおかしい問題がありそう
- issuesに投げる?

0 comments on commit e0e8d11

Please sign in to comment.