Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.12 KB

Git & GitHub: All you need to know

Hello everyone! This is a profile-card website made with React.js for Git-GitHub Workshop

Installation - Project Setup

The project requries Node.js v14 or above.

Once cloned, open the project directory and run the following commands:

npm install
npm run start 

Website Link

https://kucc-git-github-2022.netlify.app/

Resources Link

https://bit.ly/githubkucontent

How to contribute?

Contributions are higly appreciated. It could be new features, bug-fix, documentation and others.

Please browse any exisiting issues or open up a new one.

Contribution Steps:

  • Fork this repository.
  • Clone the forked repository to your machine.
  • Create a new branch named after the issue you're working on.
  • Commit your changes, push the changes to GitHub.
  • Open a pull request here