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

https://github.com/muhammad-fiaz/terminal-web

โšก Interactive terminal-style portfolio built with SvelteKit.
https://github.com/muhammad-fiaz/terminal-web

js open-source svelte svelte-terminal svelte-website sveltekit sveltekit-template tailwindcss tailwindcss-v4 terminal ts web web-terminal website

Last synced: 19 days ago
JSON representation

โšก Interactive terminal-style portfolio built with SvelteKit.

Awesome Lists containing this project

README

        

# Terminal Web

A minimal command-line style portfolio built with SvelteKit.

## ๐Ÿงช Commands Supported

- `help` โ€” list all commands
- `about` โ€” visit portfolio link
- `cd` โ€” change directory (mocked)
- `clear` / `cls` โ€” clear terminal

## ๐Ÿš€ Run Locally

```bash
git clone https://github.com/muhammad-fiaz/terminal-web
cd terminal-web
npm install
npm run dev
```