Portfolio site template for those new to web development. Step by step instructions can be found here
- Fork this repository onto your own github account
- Clone your new repository
- Add images to
recrootBox/src/assets
- 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.
You can use github Pages as a free hosting platform. You can find Instructions here.
Running your own webserver:
- Clone your repository onto your hosting environment
- run
yarn install
- run
yarn start
- enjoy
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.
You can use github Pages as a free hosting platform, to do so, follow these instructions.