Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.25 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.25 KB

My Git Profile

A project for Github built with JS, CSS and React. ❥ Think of it as your own personal GitHub dashboard.

Live link can be found here

Contact email is [email protected]

React

JavaScript

🙏 Many thanks & appreciation to the author & creator of GitProfile. 🎉

CodeFactor


Instructions

Setup

git clone https://github.com/codelikeagirl29/gitprofile
cd gitprofile

and then to install and view in browser.

npm install
npm run start

Install and run -

yarn
yarn start

How to use

  • Open src/App.js and make changes.

  • Build and deploy -

yarn build
yarn deploy