From 9182e336aa97093493d4e41420f9ec02fa583cb7 Mon Sep 17 00:00:00 2001 From: Yo Iwamoto Date: Sat, 13 Apr 2024 09:11:17 +0900 Subject: [PATCH] update README --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d437e2..ad3c8a8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ -## 概要 +# 概要 -個人的な Next.js アプリケーションのテンプレートです。 +My personal boilerplate for Next.js. + +# 構成要素 + +- Next.js + - App Router + - logging.fetches.fullUrl: true + - ignore eslint, typescript error on build + - experimental: typedRoutes, turbo + - Docker (based on official example) +- Biome +- Storybook 8 +- Vitest +- shadcn/ui +- Tailwind CSS +- Prisma +- CI