Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.5 KB

File metadata and controls

36 lines (22 loc) · 1.5 KB

recrootBox

Portfolio site template for those new to web development. Step by step instructions can be found here

Installation

  1. Fork this repository onto your own github account
  2. Clone your new repository
  3. Add images to recrootBox/src/assets
  4. Open recrootBox/src/ProfileInformation.js and follow instructions in this file to add your information including your bio, image links, project titles, project links, etc.

Deploying the portfolio

Alternatively

You can use github Pages as a free hosting platform. You can find Instructions here.

Option 1 (More experienced)

Running your own webserver:

  1. Clone your repository onto your hosting environment
  2. run yarn install
  3. run yarn start
  4. enjoy

Option 2 (Some experience)

If you have access to a shared hosting environment, you can copy the contents of the build directory that is created from the following these instructions into your hosting enviroment.

Option 3 (Less experienced)

You can use github Pages as a free hosting platform, to do so, follow these instructions.

View Demo