MCP.so
登录

riml-me

@RimlTempest

关于 riml-me

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

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

RimlTempest

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "riml-me": {
      "command": "bun",
      "args": [
        "dev"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is riml-me?

riml-me is a modern web application built with Next.js 15.2 (App Router), React 19, TailwindCSS, and TypeScript. It uses pnpm as the package manager and includes Biome, ESLint, and Vitest for development tooling. The project is intended for developers creating and maintaining a Next.js-based website.

How to use riml-me?

Clone the repository, install dependencies with pnpm install, and start the development server with pnpm dev (or npm run dev, yarn dev, bun dev). The app runs on http://localhost:3000. Tests are run with pnpm test and linting/formatting with pnpm lint and pnpm format.

Key features of riml-me

  • Next.js 15.2 App Router architecture
  • React 19 with TypeScript 5.5.4
  • TailwindCSS 3.4.4 for styling
  • pnpm 20.1.2 for dependency management
  • Biome formatting and ESLint linting
  • Vitest for unit testing with coverage support

Use cases of riml-me

  • Building a modern, server‑rendered React application
  • Developing a website with App Router and file‑based routing
  • Using TypeScript for type‑safe development
  • Running automated tests with Vitest
  • Deploying to Vercel for production hosting

FAQ from riml-me

What are the prerequisites?

Node.js 20.18.0 and pnpm 20.1.2 are required.

How do I start the development server?

Run pnpm dev (or npm run dev, yarn dev, bun dev) and open http://localhost:3000.

How do I run tests?

Execute pnpm test for unit tests or pnpm test:coverage to see coverage reports.

What license does riml-me use?

The project is released under the MIT License.

How can I deploy riml-me?

The easiest way is to use the Vercel Platform; see Next.js deployment documentation for details.

评论

其他 分类下的更多 MCP 服务器