Thank you for your interest in contributing to the Advanced Bookmarks Chrome Extension! We welcome contributions from the community to help make this extension even better. Please take a moment to review this document for guidelines on how to contribute.
To install the Advanced Bookmark Chrome Extension locally using npm, follow these steps:
- Clone the Project
git clone https://github.com/nishaaannnt/advance-bookmarks.git
- Go to the project directory
cd advance-bookmarks
- Install dependencies
npm install
- Build the Project
npm run build
-
Open the Chrome browser and go to the Extensions page. You can access it by typing chrome://extensions in the address bar.
-
Enable the Developer mode by toggling the switch at the top-right corner of the Extensions page.
-
Click on the "Load unpacked" button and select the build folder from the project directory.
-
The Advance Bookmark extension should now be installed in your Chrome browser. You can find its icon in the toolbar.
We welcome contributions! Please follow these guidelines:
1. Fork the repository:
Fork the Advanced Bookmarks repository on GitHub.
2. Create a branch:
Create a new branch for your contribution.
3. Make your changes:
Implement your feature or fix bugs. Please ensure your code follows the existing coding style.
- Watch the Project Changes During Development
npm run watch
- Note : Wait for the build to be completed.
4. Test your changes:
Ensure that your changes work as expected and do not introduce new issues.
5. Commit your changes:
Write clear and concise commit messages.
6. Push your changes:
Push your changes to your forked repository.
7. Create a pull request:
Create a pull request from your branch to the main repository.
8. Follow up:
Respond to any feedback or comments provided during the review process.
Thank you for contributing to the Advanced Bookmarks Extension!