Skip to content

kjy5/honors-portfolio

UW Interdisciplinary Honors Portfolio

Build Website Deploy to GitHub Pages Reformat and Lint Dependency Review DeepSource

This repository holds code for my honors portfolio.

To see the website

Go here

For documentation

See the wiki

To setup for development

  1. Install npm (probably by installing node) or alternatives (like pnpm)
  2. Clone the repo
  3. npm i to install dependencies
  4. Run code with development server with npm run dev
  5. Preview production build with npm run preview
  6. Just build for production npm run build (output is in /dist folder)

To compute artifact metas, use the Artifact Meta Manager.

NOTE: GitHub Actions have been set up to build and deploy to GitHub Pages, so a production build locally is not needed.