This project is a very basic terminal emulator built with SvelteKit. It mostly acts as a homepage with bookmark "commands".
I actually use this regularly as my browser homepage. I built the original version in 2017 with plain JavaScript. In 2022 I decided to port it to SvelteKit as a way to learn it.
Change the custom properties in app.css
Bookmarks can be changed in lib/bookmarks.js
Format:
category: {
name: 'https://example.com',
}