Developer Guide

Welcome to the Rspress Theme AIm Developer Guide! This section is for developers who want to contribute to the project or gain a deeper understanding of the project architecture.

📋 Contents

Code Standards

Learn about the project's code standard configurations, including EditorConfig, Prettier, ESLint, etc.

Contributing

Learn how to contribute to the project, including reporting bugs, suggesting new features, submitting code, etc.

🎯 Target Audience

  • Contributors who want to participate in project development
  • Developers who want to understand the project architecture
  • Developers who want to do secondary development based on this project

🚀 Quick Start

1. Clone the Project

git clone https://github.com/XinDi-Technology/rspress-theme-aim.git
cd rspress-theme-aim

2. Install Dependencies

pnpm install

3. Start Development Server

pnpm dev

4. Start Development

Open http://localhost:3000/rspress-theme-aim/ in your browser to see the result.