Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 650 Bytes

File metadata and controls

33 lines (23 loc) · 650 Bytes

Step 1: Clone the Repository

git clone https://github.com/hk151109/SafeView.git

Step 2: Install Dependencies

Navigate to the project directory and install the necessary dependencies:

npm install

Step 3: Build the Extension

  • Build the extension by running:
    npm run build

Step 4: Generate a Release (Optional)

Generate a release zip file to be uploaded to the browser/store:

npm run release

Step 5: Load the extension in Chromium browsers

  • Go to chrome://extensions/.
  • Enable "Developer mode".
  • Click "Load unpacked" and select the project folder.