To download and run this site on your workstation:
-
Open a terminal at
~
and paste this command, which will create a folder calledbruce-portfolio
and clone this repo into it:git clone git@github.com:bdenham/portfolio.git bruce-portfolio
-
From the terminal, navigate into the cloned repo:
cd bruce-portfolio
-
Open the project in VS Code:
code .
-
In VS Code, open a terminal and install the project's dependencies:
npm install
-
Still in the VS Code terminal, run the site locally:
npm run dev
-
That's it!