"Bookmarker" serves as a productivity tool designed to centralize the management of various scattered resources such as articles, documents, videos, tweets, and posts. Users can conveniently synchronize their data between the web and mobile applications. Regardless of where the bookmarks originate, they are accessible through a unified dashboard, allowing for direct access within the dashboard interface.
Moreover, many individuals utilize multiple browsers and wish to bookmark websites across them. However, these bookmarks typically remain isolated within each browser. With this software, users can effortlessly sync bookmarks from multiple browsers into a single dashboard, facilitated by browser extensions.
Setting up local environment is extremely easy and straight forward. Follow the below step and you will be ready to contribute
- Clone the code locally using
git clone https://github.com/SOUMITRO-SAHA/bookmarker.git
- Navigate to the code folder cd bookmarker
- Create you feature or fix branch you plan to work on using
git branch -b <feature-branch-name>
- Open terminal and run
pnpm install
- Copy .env.sample to .env
cp .env.sample .env
- Run
pnpm dev
The bookmarker community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share you projects.
To chat with other community members you can join the Plane Discord
Our Code of Conduct applies to all Bookmarker community channels.
If you believe you have found a security vulnerability in Bookmarker, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. Email [email protected] to disclose any security vulnerabilities.