/portfolio

My portfolio

Primary LanguageAstroMIT LicenseMIT

My Portfolio

To download and run this site on your workstation:

  1. Open a terminal at ~ and paste this command, which will create a folder called bruce-portfolio and clone this repo into it:

    git clone git@github.com:bdenham/portfolio.git bruce-portfolio
  2. From the terminal, navigate into the cloned repo:

    cd bruce-portfolio
  3. Open the project in VS Code:

    code .
  4. In VS Code, open a terminal and install the project's dependencies:

    npm install
  5. Still in the VS Code terminal, run the site locally:

    npm run dev
  6. That's it!