文件最后提交记录最后更新时间
2 个月前
1 个月前
1 个月前
10 天前
10 天前
2 个月前
2 个月前
1 个月前
2 个月前
2 个月前
2 个月前
9 天前
2 个月前
2 个月前
2 个月前
9 天前
2 个月前
2 个月前
2 个月前
README

LearnHouse

LearnHouse Documentation

Official documentation for LearnHouse, the open-source learning management system.

docs.learnhouse.app


Local Development

This site lives in the learnhouse/learnhouse monorepo under docs/. Run all commands from that directory.

Prerequisites: Bun installed.

# Clone the monorepo and move into the docs app
git clone https://github.com/learnhouse/learnhouse.git
cd learnhouse/docs

# Install dependencies
bun install

# Start the dev server
bun dev

The site will be available at http://localhost:3000.

Project Structure

content/          # MDX documentation pages
  getting-started/
  platform/
  self-hosting/
  developers/
  enterprise/
  cli/
app/              # Next.js App Router
components/       # React components
public/           # Static assets
scripts/          # Build scripts

Built With

License

MIT - see LICENSE for details.