mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 11:25:49 +00:00
fix(security): harden execution sandbox and add dedicated admin execution logs
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user