This is my terminal based portfolio website. Inspired by kde terminal, built with Next.js and Tailwind.
If you want to try this locally, follow this step:
git clone https://github.com/suzuya26/ala-terminal-portfolio
locate repository folder
cd ala-terminal-portfolio
Install dependencies:
npm install
Start dev server:
npm run dev
Open the website via browser at http://localhost:3000
.