Skip to content

muhammad-fiaz/terminal-web

Repository files navigation

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

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