This repository holds code for my honors portfolio.
Go here
See the wiki
- Install
npm
(probably by installingnode
) or alternatives (likepnpm
) - Clone the repo
npm i
to install dependencies- Run code with development server with
npm run dev
- Preview production build with
npm run preview
- 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.