Skip to content

My own portfolio website it showcases my projects and skills using some top technologies

Notifications You must be signed in to change notification settings

brianelizondo/brianelizondo.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brian Elizondo Logo

brianelizondo.dev

This is the first version of my portfolio website using TypeScript, JavaScript, React, Bootstrap, jQuery and CCS Animations/Transitions.

preview

🚀 Building and Deploy for Production

I used the gh-pages library to display the page in GitHub Pages but you can use your preferred method.

  1. Install gh-pages as a development dependency

    $ npm install gh-pages --save-dev
  2. Add the homepage property to the package.json with your personal domain or GitHub Page personal domain.

    {
        "homepage": "https://brianelizondo.dev"
    }
  3. Add the following commands in the script property of the package.json file.

    {
        "predeploy": "npm run build",
        "deploy": "gh-pages -d build"
    }
  4. Deploy your website in GitHub Pages with your personal domain, this will create a gh-pages branch on your repo and push only the files inside the build directory to it.

    $ npm run deploy
  5. Go to your GitHub repo's Settings then under Pages verify that GitHub set the source to gh-pages branch.

🎨 Pallet Color Reference

Color Name Hex
Black #000000 #000000
White #ffffff #ffffff
Green Yellow #adff2f #adff2f

About

My own portfolio website it showcases my projects and skills using some top technologies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published