MCP.so
Sign In

riml-me

@RimlTempest

About riml-me

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

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

RimlTempest

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers