Skip to content

byudevelopers/recrootBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.2%
  • CSS 18.6%
  • HTML 12.5%
  • Shell 2.7%