deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
A modern, gamified educational platform built with React, TypeScript, and Vite. This project transforms traditional learning into an engaging, game-like experience.
This repository also publishes the browser-side dsh plugin @binle1988/dsh-gamify-edu. Install it into a dsh web profile and add the package to the profile bundle list; the plugin contributes a Gamify Edu launcher to the empty-session hero. The launcher opens the education surface without requiring a Host API or DeepSeek API key.
dsh plugin --profile web add @binle1988/dsh-gamify-edu
The standalone preview remains available through npm run dev. Plugin artifacts are produced with npm run bundle, while npm run typecheck validates the Client entry boundary.

Clone the repository:
git clone https://github.com/BinLe1988/gamify-edu.git
cd gamify-edu
Install dependencies:
npm install
Start the development server:
npm run dev
Open your browser and navigate to http://localhost:3000
npm run dev - Start development servernpm run build - Build for productionnpm run preview - Preview production build locallygamify-edu/
├── src/
│ ├── components/ # Reusable UI components
│ │ ├── ui/ # Base UI components (buttons, cards, etc.)
│ │ ├── Header.tsx
│ │ ├── Hero.tsx
│ │ ├── FeaturedCourses.tsx
│ │ ├── GameFeatures.tsx
│ │ ├── Stats.tsx
│ │ └── Footer.tsx
│ ├── styles/ # Global styles
│ ├── App.tsx # Main application component
│ ├── main.tsx # Application entry point
│ └── index.css # Global CSS
├── public/ # Static assets
├── package.json
└── README.md
This project is based on the Figma design: 多游戏化教学网站设计
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。