mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 11:25:49 +00:00
01f2187e36
Agent-Logs-Url: https://github.com/th30d4y/OpenLearnX/sessions/29d50a49-95d6-4192-8230-96fae71d8219 Co-authored-by: 0x5t4l1n <161853795+0x5t4l1n@users.noreply.github.com>
32 lines
437 B
Markdown
32 lines
437 B
Markdown
# OpenLearnX
|
|
|
|
OpenLearnX is an AI-powered learning platform with adaptive quizzes, coding practice, course tracking, and dashboard analytics.
|
|
|
|
## Install
|
|
|
|
```bash
|
|
npm i @th30d4y/openlearnx@2.0.4
|
|
```
|
|
|
|
## 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
|