Chrome extension and website offering daily news updates on Indian startups, serving as a central hub for entrepreneurs.
Check out the website:
- Fork the project. Click on the icon in the top right to get started.
- 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, yourmain
branch remains in sync withstartup-samachar
main
branch.
- Do the desired changes, you want.
- And finally, create a Pull Request!
- Great job!
To run locally, just run the following commands to download node modules and serve the website locally.
npm i
npm run dev