Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 875 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 875 Bytes

noahbrenner.github.io

Repo for Noah Brenner's portfolio page

View Noah's portfolio at: https://noahbrenner.github.io

Building

Install dependencies

First make sure you have Node.js installed (and npm, which is bundled with it). Then clone this repo and install the project's npm dependencies:

$ git clone $repo_url
$ cd path/to/repo
$ npm install

Build it!

Build the website in the dist/ directory:

$ npm run build

You can run a smaller portion of the build by running the appropriate gulp task. Using npx (also bundled with Node.js) is a great way to accomplish this:

$ npx gulp images

Notes

  • Images are processed using sharp, which requires a 64-bit processor.