yushin.devは、私のポートフォリオサイトです。なるべくシンプルなデザインを心がけて作成しました。
コンテンツには、主に5つのページがあります。他のユーザーに公開されています。
yushin.dev/
├── functions/
│ └── api/
├── messages/
├── public/
│ ├── images/
│ └── videos/
├── src/
│ ├── assets/ # アセット
│ ├── components/ # コンポーネント
│ │ └── ui/
│ ├── content/ # コンテンツ
│ ├── hooks/ # カスタムフック
│ ├── layouts/ # レイアウト
│ ├── lib/ # ユーティリティ
│ ├── pages/ # ページ
│ ├── paraglide/ # 国際化
│ └── styles/ # スタイル
└── project.inlang/
-
リポジトリをクローン
git clone https://github.com/yourusername/yushin.dev.git cd yushin.dev -
パッケージのインストール
bun install
-
開発サーバーの起動
bun run dev
-
ブラウザで http://localhost:3000 にアクセス




