Skip to content

yashchaudhari008/minime

Repository files navigation

Minime

Github Pages Repo Size License

Minimal homepage for browsers

🖥 Deployed App

App is live on github-pages and is available at https://yashchaudhari008.github.io/minime/.

🏃‍ Runnning Locally

Make sure you have Node.js(v20 recommended) installed.

  1. Clone the repository & open the project folder
git clone https://github.com/yashchaudhari008/minime.git
  1. Install the node packages using yarn
yarn install
  1. Run development server
yarn dev

Goto http://localhost:5173/minime/ in browser to view the app.

Recommended VS Code Extensions

🤝 Contributing

🔼 Pull Request Instructions

  1. Find/Create an Issue to work on.
  2. Fork the repository.
  3. Create a new feat-[feature-name] / bug-[name] branch from the main branch.
  4. Make changes and test them.
  5. Commit your changes.
  6. Submit a PR with a meaningful header and link the issue in the PR description.
  7. Wait till PR gets reviewed ✔ .

✅ Guidelines

  • Make sure you get assigned to issue/bug before you start development.
  • Follow naming standards for issues/prs/commits.
  • Ask a follow up question if you unsure what to do!

❌ Please Note, Bad Pull Requests Are Not Accepted!

  • Changes other than stated issue/bug.
  • If your PR contains unnessecary indentation changes, it will be not accepted.
  • Do not make duplicate PRs.

💁‍♂️ Contributors

Made with contributors-img.

📃 License

Distributed under the MIT License. See LICENSE for more information.


THANKS ! Keep Contributing.✌