LearnHouse Documentation
Official documentation for LearnHouse, the open-source learning management system.
Prerequisites: Bun installed.
# Install dependencies
bun install
# Start the dev server
bun devThe site will be available at http://localhost:3000.
content/ # MDX documentation pages
getting-started/
platform/
self-hosting/
developers/
enterprise/
app/ # Next.js App Router
components/ # React components
public/ # Static assets
scripts/ # Build scripts
MIT - see LICENSE for details.