Skip to content

kjy5/honors-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

36ff139 · Mar 12, 2024
Feb 21, 2024
Jan 16, 2024
Mar 12, 2024
Mar 12, 2024
Mar 12, 2024
Jan 16, 2024
Jan 16, 2024
Jul 24, 2022
Jan 16, 2024
Mar 12, 2024
Jan 16, 2024
Mar 12, 2024
Mar 12, 2024
Jan 16, 2024
Mar 12, 2024
Mar 12, 2024

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.