Skip to content

Commit

Permalink
chore: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Drish-xD committed Sep 4, 2024
1 parent cfa1c0d commit bd080e3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@

## Features

1. **Create, Edit, and Duplicate Sessions**
1. **Create, Edit, and Duplicate Sessions:**
Easily manage sessions with options to create, edit, and duplicate.

2. **Presets for Ease**
2. **Presets for Ease:**
Simplifies form-filling with presets based on selected groups.

3. **Quiz & Live Table Management**
3. **Quiz & Live Table Management:**
Uses Tables with filtering, pagination, and expanded modals for more information.

4. **Real-Time Polling**
4. **Real-Time Polling:**
Dynamically refreshes table data using polling for real-time updates.

5. **Server-Side Rendering with Server Actions**
5. **Server-Side Rendering with Server Actions:**
Delivers fast pages and handles form submissions with SSR and Server Actions in Next.js.

6. **End-to-End (E2E) Testing**
6. **End-to-End (E2E) Testing:**
Ensures application reliability and functionality through comprehensive Cypress E2E tests.

## Routes
Expand Down
23 changes: 22 additions & 1 deletion docs/INSTALATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,29 @@
npm run build
```

1. **Start the Server:**
2. **Start the Server:**

```bash
npm run start
```

## Other Useful Scripts

1. **Linting & Formating:**

```bash
npm run lint:fix
npm run format
```

2. **Unit Testing:**

```bash
npm run test:jest
```

3. **E2E Testing:**

```bash
npm run test:cypress
```

0 comments on commit bd080e3

Please sign in to comment.