Cover image
Try Now
2025-04-07

私のポートフォリオサイトです。riml について知ることができます。

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

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:

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.

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • apappascs
  • Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.

  • ShrimpingIt
  • Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX

  • jae-jae
  • MCP Server pour récupérer le contenu de la page Web à l'aide du navigateur sans tête du dramwright.

  • ravitemer
  • Un puissant plugin Neovim pour gérer les serveurs MCP (Protocole de contexte modèle)

  • patruff
  • Pont entre les serveurs Olllama et MCP, permettant aux LLM locaux d'utiliser des outils de protocole de contexte de modèle

  • pontusab
  • La communauté du curseur et de la planche à voile, recherchez des règles et des MCP

  • Sysc4lls
  • Lecteur de documentation IDA (Sort-of) MCP Server

  • JackKuo666
  • 🔍 Permettre aux assistants d'IA de rechercher et d'accéder aux informations du package PYPI via une interface MCP simple.

  • av
  • Exécutez sans effort LLM Backends, API, Frontends et Services avec une seule commande.

  • appcypher
  • Serveurs MCP géniaux - une liste organisée de serveurs de protocole de contexte de modèle

    Reviews

    3 (1)
    Avatar
    user_FAdRIMlz
    2025-04-18

    I've been using riml-me by RimlTempest and it's been a game-changer for my workflow. Its intuitive design and robust functionality seamlessly integrate into my daily tasks. Highly recommend checking it out! For more details, visit the GitHub link: https://github.com/RimlTempest/riml-me.