mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 19:26:33 +00:00
32 lines
422 B
Markdown
32 lines
422 B
Markdown
# OpenLearnX
|
|
|
|
OpenLearnX is an AI-powered learning platform with adaptive quizzes, coding practice, course tracking, and dashboard analytics.
|
|
|
|
## Install
|
|
|
|
```bash
|
|
npm i openlearnx
|
|
```
|
|
|
|
## Project
|
|
|
|
This package contains the OpenLearnX frontend (Next.js).
|
|
|
|
## Quick Start (development)
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
## Build
|
|
|
|
```bash
|
|
npm run build
|
|
npm start
|
|
```
|
|
|
|
## Repository
|
|
|
|
https://github.com/th30d4y/OpenLearnX
|