mirror of
https://github.com/primedigitaltech/azon_seeker.git
synced 2026-01-25 00:13:17 +08:00
40 lines
587 B
Markdown
40 lines
587 B
Markdown
# Azon Seeker
|
|
|
|
## Introduction
|
|
|
|
This browser extension is used to collect goods' information on Amazon.
|
|
|
|
## Setup
|
|
|
|
### 1. Prepare Requirements
|
|
|
|
Make sure the following software is installed:
|
|
|
|
- node.js
|
|
- pnpm
|
|
|
|
### 2. Clone this Repo
|
|
|
|
```shell
|
|
git clone https://github.com/primedigitaltech/azon_seeker.git
|
|
```
|
|
|
|
### 3. Install the Node Dependencies
|
|
|
|
```shell
|
|
cd {path to repo}
|
|
pnpm i
|
|
```
|
|
|
|
### 4. Run in Development Mode
|
|
|
|
```shell
|
|
pnpm dev
|
|
```
|
|
|
|
### 5. Load Extension on Browser
|
|
|
|
Open the browser extension page.
|
|
Toggle on development mode.
|
|
Load the extension using the `extension/` folder.
|