RootS 専用の SvelteKit 開発テンプレート。
このテンプレートは、
R-CLN(環境自己修復ツール) を同梱した
完全再現可能な“サイバーチャットルーム開発”のための基盤です。
依存関係破損、node_modules破壊、ビルドキャッシュ暴走が起きない構成。
いつでも “新品の SvelteKit 環境” を正確に再現できます。
Next.js / SvelteKit 共通の問題を
ワンクリックで工場出荷状態へ復旧。
tools/R-CLN.bat tools/R-CLN.shチャットアプリ構築の基本ルートがあらかじめ揃っています。
/src/routes/api/chat/+server.ts /src/lib/components/ChatBubble.svelte /src/lib/components/ChatMessage.svelteこれだけで、サイバーチャットUIの基盤が即座に動作可能。
GitHub 右上の "Use this template" → "Create new repository" を選択。
git clone https://github.com/shanxiaxiongyilang488-commits/LYNX-SvelteKit-Template.git
cd LYNX-SvelteKit-Template
npm install
npm run dev
Windows: tools/R-CLN.bat
Mac/Linux: tools/R-CLN.sh
📄 ライセンス
MIT License
👤 開発者(Author)
RootS(shanxiaxiongyilang488-commits)
---
# 📙 **README(英語版) — README.en.md 完全版**
👇 **このまま README.en.md に追加ファイルとして置ける**
---
```md
# 🌐 LYNX-SvelteKit-Template
A **SvelteKit starter template designed for RootS**.
This template comes with
**R-CLN (Environment Restoration Tool)** bundled in,
providing a fully reproducible base for "Cyber Chatroom" development.
---
## 🚀 Features
### 1. 🔧 Fully Reproducible Dev Environment
No dependency corruption, no broken node_modules,
no build cache issues.
Always reproduce a clean SvelteKit environment.
---
### 2. 🧹 R-CLN Included
Fixes common Next.js / SvelteKit environment issues in one click.
- Windows → `tools/R-CLN.bat`
- Mac / Linux → `tools/R-CLN.sh`
---
### 3. 💬 Chat UI / API Routing Built-in
Essential chat UI structure is pre-installed:
- `/src/routes/api/chat/+server.ts`
- `/src/lib/components/ChatBubble.svelte`
- `/src/lib/components/ChatMessage.svelte`
Instantly ready for any cyber-style chat UI project.
---
## 📘 How to Use
---
## 💫 Use as a Template
Click **“Use this template” → “Create new repository”** on GitHub.
---
## 💫 Manual Clone
```bash
git clone https://github.com/shanxiaxiongyilang488-commits/LYNX-SvelteKit-Template.git
cd LYNX-SvelteKit-Template
npm install
npm run dev
Windows: tools/R-CLN.bat
Mac/Linux: tools/R-CLN.sh
📄 License
MIT License
👤 Author
RootS(shanxiaxiongyilang488-commits)