Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya062003 authored Aug 19, 2024
1 parent 6d07f7e commit a6c9560
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ npm run build
2. Enable "Developer mode" (top-right corner).
3. Click on "Load Unpacked" and select the `dist` folder created in the previous step.

#### EduAid Web App
In addition to the browser extension, EduAid also offers a web app that provides the same powerful features for quiz generation. The web app allows you to access EduAid's capabilities directly from your browser without needing to install any extensions. Just start the backend server locally and:

1. Navigate to the Web App Directory:
`cd eduaid_web`
2. Install Dependencies:
`npm install`
3. Start the Web App:
`npm run start`

## Features

1. **Dynamic Question Generation**:
Expand Down

0 comments on commit a6c9560

Please sign in to comment.