Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjy5/honors-portfolio
UW Interdisciplinary Honors portfolio website
https://github.com/kjy5/honors-portfolio
honors portfolio-website university-of-washington
Last synced: 16 days ago
JSON representation
UW Interdisciplinary Honors portfolio website
- Host: GitHub
- URL: https://github.com/kjy5/honors-portfolio
- Owner: kjy5
- License: gpl-3.0
- Created: 2022-03-20T21:34:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T06:27:39.000Z (6 months ago)
- Last Synced: 2024-11-01T07:40:38.150Z (2 months ago)
- Topics: honors, portfolio-website, university-of-washington
- Language: TypeScript
- Homepage: https://kjy5.github.io/honors-portfolio/
- Size: 21.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# UW Interdisciplinary Honors Portfolio
[![Build Website](https://github.com/kjy5/honors-portfolio/actions/workflows/build.yml/badge.svg)](https://github.com/kjy5/honors-portfolio/actions/workflows/build.yml)
[![Deploy to GitHub Pages](https://github.com/kjy5/honors-portfolio/actions/workflows/deploy.yml/badge.svg)](https://github.com/kjy5/honors-portfolio/actions/workflows/deploy.yml)
[![Reformat and Lint](https://github.com/kjy5/honors-portfolio/actions/workflows/reformat-and-lint.yml/badge.svg)](https://github.com/kjy5/honors-portfolio/actions/workflows/reformat-and-lint.yml)
[![Dependency Review](https://github.com/kjy5/honors-portfolio/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/kjy5/honors-portfolio/actions/workflows/dependency-review.yml)
[![DeepSource](https://app.deepsource.com/gh/kjy5/honors-portfolio.svg/?label=active+issues&show_trend=true&token=yG-EGVHpFOii2woS979G59I5)](https://app.deepsource.com/gh/kjy5/honors-portfolio/)This repository holds code for my honors portfolio.
## To see the website
Go [here](https://kjy5.github.io/honors-portfolio/)
## For documentation
See [the wiki](https://github.com/kjy5/honors-portfolio/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](https://kjy5.github.io/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.