Experience a clean and modern design that enhances your browsing experience. This web-app is your gateway to the web, keeping everything simple yet functional. Minime is tailored for those who value minimalism and efficiency in their online interactions.
- Clean Aesthetic: Enjoy a minimalist layout that focuses on what matters most—your content.
- Quick Links: Easily access your favorite sites with customizable shortcuts.
Embrace simplicity and focus on what truly matters. Start your browsing journey here, where less is truly more!
For Chrome:
- Install the Custom New Tab URL extension from the Chrome Web Store.
- Set the Custom New Tab URL to open Minime app using link: https://yashchaudhari008.github.io/minime/.
For Firefox:
- Install the Custom New Tab Page extension.
- In the extension settings, enable Force links to open in the top frame (experimental).
- Enter Minime app link: https://yashchaudhari008.github.io/minime/ in the New Tab URL box.
For Chrome:
- Open Chrome’s Settings.
- Scroll to the On startup section.
- Select Open a specific page or set of pages.
- Click Add a new page and enter minime app link (
https://yashchaudhari008.github.io/minime/
).
For Firefox:
- Open Settings.
- Navigate to the Home section.
- Under Homepage and new windows, select Custom URLs from the dropdown menu.
- Enter your GitHub Pages link. Done! 💻
Make sure you have node.js (v20 recommended) and yarn installed.
-
Clone the repository and open the project folder:
git clone https://github.com/yashchaudhari008/minime.git
-
Install the node packages using
yarn
:yarn install
-
Run the development server:
yarn dev
-
Open your browser and go to http://localhost:5173/minime/ to view the app.
Explore open issues to work on here.
If you found a bug or have a suggestion, create a new issue.
- Find or create an issue to work on.
- Fork the repository.
- Create a new branch from the
main
branch using one of the following formats:- For new features:
feat-[feature-name]
(e.g.,feat-add-login
) - For bug fixes:
fix-[bug-name]
(e.g.,fix-header-crash
)
- For new features:
- Make and test your changes.
- Commit your changes.
- Submit a PR with a clear title and link the issue in the PR description.
- Wait for your PR to be reviewed ✔.
- Ensure you are assigned to an issue or bug before starting development.
- Follow naming standards for issues, pull requests (PRs), and commits.
- Feel free to ask follow-up questions if you're unsure about something!
- Changes that do not address the stated issue or bug will be rejected.
- PRs containing unnecessary indentation changes will not be accepted.
- Do not submit duplicate PRs.
Thanks for being awesome! Keep contributing. ✌