Giter Site home page Giter Site logo

ghat0tkach / firstpr Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 4.0 1.17 MB

FIRSTPR - Ready to Step footsteps in the world of open source?! is a beginner-friendly open-source project that aims to introduce newcomers to the world of open source development

Home Page: https://first-pr.vercel.app

JavaScript 69.99% CSS 0.71% TypeScript 29.31%
blogging gatsby gatsbyjs hacktoberfest hacktoberfest-accepted hacktoberfest2023 readme-profile

firstpr's Introduction

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.

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

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

  1. Add your README.md./ Blog

    Inside the content directory, create a new .md file with your GitHub username (e.g., your-username.md)

  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.

firstpr's People

Contributors

ghat0tkach avatar thedinkardubey avatar

Watchers

 avatar

firstpr's Issues

[Feature] Add custom 404 page

Current Behavior

Currenty The 404 page is by default provided by gatsby

Desired Behavior

Use a custom 404 page with respect to website theme

Screenshots / Mockups

Implementation

Acceptance Tests


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.