|
1 | 1 |  |
2 | 2 |
|
| 3 | +Explore the demo paper’s supporting assets in the [/demo](/demo/) folder. |
| 4 | + |
3 | 5 | <div align="center"> |
4 | 6 | <a href="https://chromewebstore.google.com/detail/paperdebugger/dfkedikhakpapbfcnbpmfhpklndgiaog" target="_blank"><img src="https://img.shields.io/chrome-web-store/users/dfkedikhakpapbfcnbpmfhpklndgiaog?label=Users" alt="Chrome Web Store Users"/></a> |
5 | 7 | <a href="https://chromewebstore.google.com/detail/paperdebugger/dfkedikhakpapbfcnbpmfhpklndgiaog" target="_blank"><img src="https://img.shields.io/chrome-web-store/v/dfkedikhakpapbfcnbpmfhpklndgiaog?label=Chrome%20Web%20Store&logo=google-chrome&logoColor=white" alt="Chrome Web Store Version"/></a> |
|
22 | 24 |
|
23 | 25 | ## 📋 Table of Contents |
24 | 26 |
|
| 27 | +- [📋 Table of Contents](#-table-of-contents) |
25 | 28 | - [✨ Features](#-features) |
26 | 29 | - [🎯 Quick Start](#-quick-start) |
27 | 30 | - [For Users](#for-users) |
28 | 31 | - [Custom Endpoint Configuration](#custom-endpoint-configuration) |
| 32 | +- [🏗️ Architecture Overview](#️-architecture-overview) |
29 | 33 | - [🛠️ Development Setup](#️-development-setup) |
30 | 34 | - [Prerequisites](#prerequisites) |
| 35 | + - [System Requirements](#system-requirements) |
| 36 | + - [Development Tools](#development-tools) |
| 37 | + - [Quick Installation (macOS/Linux with Homebrew)](#quick-installation-macoslinux-with-homebrew) |
31 | 38 | - [Backend Build](#backend-build) |
| 39 | + - [1. Clone the Repository](#1-clone-the-repository) |
| 40 | + - [2. Start MongoDB](#2-start-mongodb) |
| 41 | + - [3. Environment Configuration](#3-environment-configuration) |
| 42 | + - [4. Build and Run](#4-build-and-run) |
32 | 43 | - [Frontend Extension Build](#frontend-extension-build) |
33 | | -- [🏗️ Architecture Overview](#️-architecture-overview) |
| 44 | + - [Chrome Extension Development](#chrome-extension-development) |
| 45 | + - [Installing the Development Extension](#installing-the-development-extension) |
34 | 46 |
|
35 | 47 | ## ✨ Features |
36 | 48 |
|
|
0 commit comments