A retro/TUI inspired portfolio & project showcase built with SvelteKit, WebTUI, and Paraglide.
This is my personal dev portfolio, designed to showcase some of my projects, my github calendar and just general info about me. I really wanted to try out WebTUI for a while now (which I actually found about it while searching for a TUI framework for my other project, Chess Now!), so this is my shot at it.
It also uses Svelte Marked/Markdown to render the packages READMEs inside of the page and Paraglide for i18n
Production site is hosted using Vercel over at https://angelcmh.com
bun install
bun dev
# that's all lolbun run build
# the result is a static page on the build/ folder