Update README.md & Fix Husky can't work with Fnm issue

This commit is contained in:
johnathan 2025-04-17 17:59:48 +08:00
parent b981b83ee6
commit 28dac88428
2 changed files with 41 additions and 1 deletions

View File

@ -1 +1,4 @@
if command -v fnm >/dev/null 2>&1; then
eval "$(fnm env)"
fi
pnpm exec lint-staged pnpm exec lint-staged

View File

@ -1,2 +1,39 @@
# Azon Seeker # Azon Seeker
This browser extension is used to collect goods' information in amazon.
## 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.