Skip to content

Commit 8ab6ad2

Browse files
committed
update readme
1 parent 3ad9653 commit 8ab6ad2

File tree

1 file changed

+15
-27
lines changed

1 file changed

+15
-27
lines changed

README.md

Lines changed: 15 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,24 @@
1-
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
1+
# programming-tutorial (仮)
22

3-
## Getting Started
3+
## インストール
4+
```bash
5+
npm ci
6+
```
47

5-
First, run the development server:
8+
## 開発環境
69

710
```bash
811
npm run dev
9-
# or
10-
yarn dev
11-
# or
12-
pnpm dev
13-
# or
14-
bun dev
1512
```
16-
1713
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
1814

19-
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
20-
21-
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
22-
23-
## Learn More
24-
25-
To learn more about Next.js, take a look at the following resources:
26-
27-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
28-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
29-
30-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
31-
32-
## Deploy on Vercel
33-
34-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
15+
## 技術スタック・ドキュメント・メモ
3516

36-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
17+
- [Next.js](https://nextjs.org/docs)
18+
- 検索する際は「App Router」を含めることで古い記事に惑わされることが少なくなります。
19+
- [DaisyUI](https://daisyui.com/docs/use/) / [Tailwind CSS](https://tailwindcss.com/docs)
20+
- buttonやinputやメニューなどの基本的なコンポーネントのデザインはDaisyUIにあるものを使うと楽です
21+
- 細かくスタイルを調整したい場合はTailwind CSSを使います (CSS直接指定(`style={{...}}`)よりもちょっと楽に書ける)
22+
- よくわからなかったらstyle直接指定でも良い
23+
- [react-markdown](https://www.npmjs.com/package/react-markdown)
24+
- オプションがいろいろあり、今はほぼデフォルト設定で突っ込んでいるがあとでなんとかする

0 commit comments

Comments
 (0)