/website

A website I made to learn NextJS, test out GitHub pages, and publicly host a portfolio of my work to market myself as a freelance web developer.

Primary LanguageJavaScript

weston vincze

install and initialize node and npm

npm install npm init -y

install next

npm install next react react-dom

install gh-pages

npm i gh-pages