Skip to content

CampAsAChamp/campasachamp.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Personal Website

Portfolio Website to visually show off my work in my career and free time
https://campasachamp.github.io/

View Website · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License

About The Project

product-screenshot

(back to top)

Built With

My Skills

(back to top)

Getting Started

Installation

  1. Clone the repo
    git clone https://github.com/CampAsAChamp/campasachamp.github.io.git
  2. Navigate into the repo and run
    npm install 
  3. Start the website with
    npm run start
  4. Open your web browser (if not automatically done for you) to localhost:3000

(back to top)

Deploying to GitHub Pages

  1. Push the React app to the GitHub repository

    $ npm run deploy

    That will cause the predeploy and deploy scripts defined in package.json to run.

    Under the hood, the predeploy script will build a distributable version of the React app and store it in a folder named build. Then, the deploy script will push the contents of that folder to a new commit on the gh-pages branch of the GitHub repository, creating that branch if it doesn't already exist.

    By default, the new commit on the gh-pages branch will have a commit message of "Updates". You can specify a custom commit message via the -m option, like this:

    $ npm run deploy -- -m "Deploy React app to GitHub Pages"

Now the GitHub repository contains a branch named gh-pages, which contains the files that make up the distributable version of the React app.

Usage

  1. View the site live at https://campasachamp.github.io/

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)