This repository constitutes the website that is being created in order to show my projects and experience, essentially as a nice form of a portfolio or expanded resumé. It also gave me good experience with the basics of web development using the React framework. There are two ways to access this website.
This website is being hosted permanently at samcordry.dev. Note: There is not currently a mobile-compatabile version of the webpage. Development for that feature is currently in progress.
Doing this requires having npm
set up on your computer. If you do not have this, you can find instructions on how to do so here using nvm
. You can download a copy of the code from this page, open a terminal, navigate to the directory, and run the command npm start
for a development build or npm run build
for a production build. After running for a couple minutes, it should open up a browser to localhost:3000
(or another port depending on preferences) and allow you to navigate around my website.