An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


A circular logo featuring Miffy in front of a blue background.

kristorres.github.io
====================





A screenshot of Kris Torres’s personal website.

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).