Welcome to my personal portfolio built with Next.js, React, Javascript, and Tailwind CSS! This portfolio showcases my skills and projects in a clean minimalistic layout.
To run this project locally, you can follow the steps below:
Make sure you have Node.js installed. You can download it from here.
Clone the repository:
git clone https://github.com/aleckshen/terminal.gitGo to the project directory
cd terminalInstall dependencies
npm installStart the server
npm run dev