riml-me
私のポートフォリオサイトです。Rimlについて知ることができます。
RimlTempest
README
riml-me
このプロジェクトは、Next.js App Routerを使用したモダンなウェブアプリケーションです。
技術スタック
-
フロントエンド
- Next.js 15.2 (App Router)
- React v19
- TailwindCSS 3.4.4
- TypeScript 5.5.4
-
開発ツール
- pnpm 20.1.2 (パッケージマネージャー)
- Biome (フォーマッター)
- ESLint (リンター)
- Vitest (テストフレームワーク)
プロジェクト構成
/
├── apps/ # アプリケーションコード
│ └── app/ # メインアプリケーション
│ ├── src/ # ソースコード
│ │ ├── app/ # Next.js App Router
│ │ └── components/ # 共通コンポーネント
│ ├── public/ # 静的ファイル
│ └── ...
├── packages/ # 共有パッケージ
│ ├── biome-config # Biomeの設定
│ ├── eslint-config # ESLintの設定
│ └── vitest-config # Vitestの設定
└── ... (設定ファイル類)
セットアップ
必要条件
- Node.js 20.18.0
- pnpm 20.1.2
インストール
# リポジトリのクローン
git clone https://github.com/xxxxx/riml-me.git
cd riml-me
# 依存関係のインストール
pnpm install
開発サーバーの起動
# 開発サーバーの起動
pnpm dev
アプリケーションは http://localhost:3000 で起動します。
テストの実行
# ユニットテストの実行
pnpm test
# テストカバレッジの確認
pnpm test:coverage
リントとフォーマット
# リントの実行
pnpm lint
# フォーマットの実行
pnpm format
開発ガイドライン
- コンポーネントは
src/components
に配置 - ページは
src/app
に配置 - 型定義は各ファイル内で管理
- テストファイルは
.test.ts
または.test.tsx
の拡張子を使用
ライセンス
このプロジェクトはMITライセンスの下で公開されています。
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
MCP Package Docs Server
Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.
Claude Code MCP
An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.
@kazuph/mcp-taskmanager
Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
Linear MCP Server
Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.
mermaid-mcp-server
A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.
Jira-Context-MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor

Linear MCP Server
A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.