Repo for Noah Brenner's portfolio page
View Noah's portfolio at: https://noahbrenner.github.io
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 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
- Images are processed using sharp, which requires a 64-bit processor.