Skip to content

noahbrenner/noahbrenner.github.io

Repository files navigation

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.

About

Noah Brenner's developer portfolio site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published