/Home

A Simple homepage extension created using Shadcn, React, TypeScript, usm-redux etc

Primary LanguageTypeScriptMIT LicenseMIT

Home

A Simple homepage extension created using Shadcn, React, TypeScript, usm-redux etc

Usage

Home.mp4

Installation Instructions

To install the application, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project folder.
  3. Install the necessary dependencies using npm or yarn.
  4. Build the project.

For Chrome:

  • Enable Developer Mode in Chrome Extensions.
  • Load the unpacked extension by selecting the 'dist' folder.

For Firefox:

  • Compress the 'dist' folder into a ZIP archive.
  • Open about:addons in Firefox.
  • Access the debug settings by clicking on the settings icon.
  • Load the temporary add-on by selecting the ZIP archive.

Error while build?

remove node_modules and yarn.lock / package-lock.json and then install dependencies again ( npm install or yarn )