Skip to content

LuisC111/Luis-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luis Portfolio

📚 Getting started

If you want to run my project:

  1. Clone or fork project.
  2. Install required dependencies with npm install.
  3. Remove homepage entirely from package.json or set it to single dot.
// package.json
{
  "name": "react-frontend-dev-portfolio",
  "homepage": "https://luisc111.github.io/react-frontend-dev-portfolio/",   <-- remove/edit this
  "version": "0.1.0",
  "private": true,
  "dependencies": {
  ...
}
  1. npm start project and customize it.
  2. Deploy on github-pages using npm run deploy command.
⚠️ Note that:
- if you want to have portfolio on different repository than `{username}.github.io`, 
set `homepage` in `package.json` to `https://{username}.github.io/{repository-name}/` 
before deploying portfolio.
- if you want to run it locally with npm run start, make sure that you have edited 
homepage property or json data won't load.