Skip to content

rajharsh81070/rajharsh81070.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Portfolio

It is a personal static website/portfolio template hosted with GitHub Pages, built to showcase my recent projects. Demo

Technology Stack 🛠️

Dependencies defined in package.json:

Reactjs | Bootstrap | Typist | React-ga

Prerequisites 🍪

You should have Node.js and Git installed on your PC. You should also own a GitHub account.

Setup And Deployment 🔧

  1. To Get Started, Fork this repository to your GitHub account:

  2. Clone the forked repo from your account using:

      git clone https://github.com/<your-username>/home.git
  3. Open in editor and edit src/assets/data.json file.

  4. Add your resume as <resume.pdf> in place of src/assets/resume.pdf

  5. Edit title and meta description and icon in public/index.html.

  6. Add your google traking id in src/componentes files.

  7. Change URL in package.json file:

     "homepage": "https://<your-username>.github.io/home"

    Or for deployment at custom domain, refer create-react-app.dev

  8. After editing run the following bash commands:

    npm install
    npm start
  9. To deploy website, run:

     npm run deploy
  10. Congrats your site is up and running. To see it live, visit:

  https://<your-username>.github.io/home

Thank You!