Skip to content
/ me Public

Gonzalo Fernandez portfolio

License

Notifications You must be signed in to change notification settings

chalofa/me

Repository files navigation

Setup

  1. Ensure you have Node.js installed. Check your installation by running:

    node -v
  2. In the project directory, install dependencies:

    npm install
  3. Start the development server:

    npm start
  4. Open http://localhost:3000 to view the app in the browser.

  5. Customize the template by navigating to the /src/components directory. Modify texts, pictures, and other information as needed.

The page will reload if you make edits, and you will see any lint errors in the console.

Deployment

Host this portfolio is using GitHub Pages. Follow the instructions below for a production deploy.

  1. Set Up GitHub Repository

    Create a new repository on GitHub for your portfolio app.

  2. Configure package.json

    Edit the following properties in your package.json file:

    {
        "homepage": "https://yourusername.github.io/your-repo-name",
        "scripts": {
            "predeploy": "npm run build",
            "deploy": "gh-pages -d build",
            ...
        }
    }

    Replace yourusername with your GitHub username and your-repo-name with the name of your GitHub repository.

  3. Deploy to GitHub Pages

    Run the following command to deploy your app:

    npm run deploy
  4. Access Your Deployed App

    After successfully deploying, you can access your app at https://yourusername.github.io/your-repo-name.

What is this?

Based on.