Skip to content

pileax/pileax-ai-guide

Repository files navigation

Introduction

AI guide for everyone. Preview

Features

  • I18n messages
  • Less code
  • Flexible and easily scalable

Quick start

Installation

pnpm install

Running

pnpm docs:dev

Build

pnpm docs:build

and preview it locally:

pnpm docs:preview

I18n

Docs Directory Structure

├── src
│   ├── index.md
│   └── zh
│       └── index.md

Config and Messages

├── config
│   ├── common.mts
│   ├── en.mts
│   ├── index.mts
│   └── zh.mts
├── i18n
│   ├── en.json
│   ├── index.ts
│   └── zh.json

License

MIT