(Fun fact this is also my submission to "My First Website"
For: 9th Grade > Web Design 1A > Unit 4 > Lesson 13
Well, actually, this isn't my first website. That credit goes to my portfolio/blog site, but "My First Website" is the name of this project.)
Surprise! This site is being hosted (auto-magically™) on github pages. Click here to view the latest build.
Warning: You will have to install a couple of programs on your system should you choose to build this site locally. These aren't "bad" per se. However, you may not want to do that, if you don't, check out the above section.
- Install
node.js
(LTS) from here. (If your system has a package manager, use that.) - Install
git
from here. - Open a terminal and run
npm install yarn -g
. - Then run
git clone https://github.com/Reboot-Codes/web-design-1a-u4-l13
andcd web-design-1a-u4-l13
. - Then run
yarn
,yarn build
,yarn start
. - Finally, visit localhost:3000 in your browser.