Some may call this a portfolio, but I'd rather call it my fun zone because it's barely got any info about me, but more easter eggs and cool things like:
- Live updating stats of my repos
- An original way of showing the text for contrast
- Typewriter effect for pretty much everything (thanks to that lib!!)
- Easter eggs!
It's made with Svelte and for the Smelt YSWS from Hack Club of which one the of the requirements was to have to have easter eggs!
Why. Just why. It's literally my personal website. Why on earth do you need to run it locally?
But open source is open source so::
(Bun commands are recommended as it's faster and the one I use))
- Clone the repo
- Run
bun installornpm installto install dependencies - Run
bun devornpm run devto start a local server - Open
http://localhost:5173in your browser (or whatever port it says in the terminal)