Skip to content

druvkotwani/Startup-Samachar

Repository files navigation

Startup Samachar

Chrome extension and website offering daily news updates on Indian startups, serving as a central hub for entrepreneurs.

screencapture-startup-samachar-vercel-app-2024-02-06-17_07_14

Languages/Tools

👩🏽‍💻 Demo

Check out the website:

🛠️ Installation Steps

1. Fork the project:

  • Fork the project. Click on the icon in the top right to get started.

2. Create a New Branch:

  • On your new repository's page, click the gray main button in the upper left to reveal a dropdown menu.
  • Enter the name of your new branch in the text box. (Branch names usually make a reference to what is being changed. Example: FixMargin).
  • Click on Create branch <new branch name> and this will automatically take you to your new branch. You can make edits on the main branch, but this may cause issues down the line. Best practice is to create a new branch for each separate issue you work on. That way, your main branch remains in sync with startup-samachar main branch.

3. Edit:

  • Do the desired changes, you want.

4. Raise a Pull Request:

🚀 Running Frontend

To run locally, just run the following commands to download node modules and serve the website locally.

npm i
npm run dev

Drop a ⭐ if you like this project