✔️ Summary and About me
✔️ Skills
✔️ Education
✔️ Experience
✔️ Open Source Projects Connected with Github
✔️ Contact
✔️ Github Profile
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need Git and Node.js (which comes with npm) installed on your computer.
node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher
From your command line, clone and run portfolio:
# Clone this repository
$ git clone https://github.com/Talha619/portfolio.git
# Go into the repository
$ cd portfolio
# Install dependencies
$ npm i
#Start's development server
$ npm start
Generate a Github personal access token using these Instructions Make sure you don't select any scope just generate a simple token
-
Create a .env file in the root directory of your project.
-
Inside the .env file, add key
REACT_APP_GITHUB_TOKEN
and assign your github token like this.
REACT_APP_GITHUB_TOKEN = "YOUR GITHUB TOKEN HERE"
Set showGithubProfile
to true or false to show Contact Profile using Github, defaults to false.