A Simple homepage extension created using Shadcn, React, TypeScript, usm-redux etc
Home.mp4
To install the application, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project folder.
- Install the necessary dependencies using npm or yarn.
- 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.
remove node_modules
and yarn.lock
/ package-lock.json
and then install dependencies again ( npm install
or yarn
)