Minimal homepage for browsers
App is live on github-pages
and is available at https://yashchaudhari008.github.io/minime/.
Make sure you have Node.js(v20 recommended) installed.
- Clone the repository & open the project folder
git clone https://github.com/yashchaudhari008/minime.git
- Install the node packages using
yarn
yarn install
- Run development server
yarn dev
Goto http://localhost:5173/minime/ in browser to view the app.
- You can find issues to work on here
- Found a bug? or have a good suggestion create a fresh issue here
- Find/Create an Issue to work on.
Fork
the repository.- Create a new
feat-[feature-name]
/bug-[name]
branch from themain
branch. - Make changes and test them.
Commit
your changes.- Submit a PR with a meaningful header and link the issue in the PR description.
- Wait till PR gets reviewed ✔ .
- 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!
- Changes other than stated issue/bug.
- If your PR contains unnessecary indentation changes, it will be not accepted.
- Do not make duplicate PRs.
Made with contributors-img.
Distributed under the MIT License. See LICENSE for more information.
THANKS ! Keep Contributing.✌