My personal portfolio, built with Vue 3, TypeScript and TailwindCSS.
- Autocompletion
- Command history
- Multiple themes
- Responsive design
- PWA support
- Vue 3
- TypeScript
- TailwindCSS
- Pinia
- Github Actions (CI/CD)
The terminal supports multiple themes. You can change the theme by typing themes set <theme-name>
.
To see all available themes, type themes
in terminal.
Clone the project
git clone https://github.com/xqsit94/terminal-portfolio.git
Go to the project directory
cd terminal-portfolio
Install dependencies
bun install
Start the server
bun run dev