Skip to content

Izesik/Izesik.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isaacnunez.com

This is the first version of my personal website Isaacnunez.com built with React.js and Material UI and hosted on GitHub Pages

WebsiteRounded

Forking this repository

While I made this website for my own personal portfolio, please feel free to use the code to help build your own. It's not the greatest template but it gets the job done. All I ask is that you please provide proper credit where its due and link back to Isaacnunez.com.

Important

I did not build this site with the intention of it being a template so please refer to React and Material UI documentation for resources.

Installation and Set-up

  1. Fork repository and name it {yourusername}.github.io

  2. Install and use the correct version of Node using NVM

    nvm install
    
  3. Install dependencies

    npm install
    
  4. Run the development gaymen

    npm start
    

Building and Running for production

  1. Change homepage in package.json to {yourusername}.github.io

  2. Deploy to gh-pages

    npm run deploy
    

    This will automatically run npm run build and gh-pages -d build for you

  3. Go to {yourusername}.github.io and see your live site!

About

A portfolio website built with React.js to showcase my projects and skills as a software engineer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors