theDevSoham / FirstPR

FIRSTPR - Ready to Step footsteps in the world of open source?!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby

This project is made on Gatsby !

FIRST PR - Newcomer Friendly Open Source Project

Welcome to FIRST PR!

FIRST PR is a beginner-friendly open-source project that aims to introduce newcomers to the world of open source development. You can contribute to this project by adding your own README.md file, which will be displayed on our website.

Getting Started

How to Contribute

Prerequisites

Make sure you have the following prerequisites installed on your operating system before you start contributing:

  1. Fork this Repository.

    Click the "Fork" button at the top right of this repository to create your copy.

  2. Clone your Fork.

    git clone https://github.com/your-username/FIRST-PR.git
    cd FIRSTPR
    
  3. Create a New Branch.

    Create a new branch to work on your contribution.

    git checkout -b my-contribution

Install the dependencies for running the site.

    ```
    npm install
    ```

Now run the site at your local server ```

      gatsby develop
      ```
  1. Add your README.md./ Blog

    Inside the readme directory, create a new .md file with your GitHub username (e.g., your-username.md) For Blog , in the blog directory create a new folder with your article title and then index.mdx file inside your folder

  2. Commit and Push.

      git add .
      git commit -m "Add my README.md"
      git push origin my-contribution
    

Commit your changes and push them to your forked repository.

  1. Create a Pull Request.

    Go to your forked repository on GitHub, and you should see a "New Pull Request" button. Click on it and submit your pull request.

    Wait for Approval.

7 Our maintainers will review your pull request. Once it's approved and merged, your README.md will be displayed on our website.

  1. Learn more about Gatsby

🚀 Quick start (Netlify)

Deploy this starter with one click on Netlify:

Deploy to Netlify

About

FIRSTPR - Ready to Step footsteps in the world of open source?!


Languages

Language:JavaScript 84.5%Language:CSS 13.5%Language:MDX 2.0%