https://github.com/kristorres/kristorres.github.io
π¨π»βπ» My personal website.
https://github.com/kristorres/kristorres.github.io
javascript portfolio rollup svelte website
Last synced: about 2 months ago
JSON representation
π¨π»βπ» My personal website.
- Host: GitHub
- URL: https://github.com/kristorres/kristorres.github.io
- Owner: kristorres
- Created: 2023-09-28T04:00:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T03:41:50.000Z (over 1 year ago)
- Last Synced: 2025-07-10T18:22:02.283Z (about 1 year ago)
- Topics: javascript, portfolio, rollup, svelte, website
- Language: Svelte
- Homepage: https://kristorres.pages.dev
- Size: 10.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
kristorres.github.io
====================

This repository contains the codebase for my developer portfolio. The website is
built with [Svelte](https://svelte.dev).
Building and Running Locally
----------------------------
```sh
git clone https://github.com/kristorres/kristorres.github.io
cd kristorres.github.io
pnpm install
pnpm build
pnpm preview
```
Acknowledgements
----------------
Special thanks to [Donovan Hutchinson](https://github.com/donovanh) for his
implementation of
[lazily loading images in Svelte](https://css-tricks.com/lazy-loading-images-in-svelte).