Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p32929/home
A Simple homepage extension created using Shadcn, React, TypeScript, usm-redux etc
https://github.com/p32929/home
addon browser-extension chrome chrome-extension extension firefox firefox-addon homepage links minimal minimalistic react shadcn startpage typescript
Last synced: 6 days ago
JSON representation
A Simple homepage extension created using Shadcn, React, TypeScript, usm-redux etc
- Host: GitHub
- URL: https://github.com/p32929/home
- Owner: p32929
- License: mit
- Created: 2024-03-31T00:55:58.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-07-06T10:45:32.000Z (4 months ago)
- Last Synced: 2024-07-06T11:49:47.723Z (4 months ago)
- Topics: addon, browser-extension, chrome, chrome-extension, extension, firefox, firefox-addon, homepage, links, minimal, minimalistic, react, shadcn, startpage, typescript
- Language: TypeScript
- Homepage:
- Size: 551 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home
A Simple homepage extension created using Shadcn, React, TypeScript, usm-redux etc# Usage
https://github.com/p32929/Home/assets/6418354/c28d4011-e72a-46ba-a816-ae8d60681758# 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` )