A simple and elegant portfolio website built with Express.js.
# Clone the repository
git clone https://github.com/KazeDevID/portfolio
# Navigate to project directory
cd portfolio
# Install dependencies
npm install
# Start the development server
npm run dev
The application will be available at http://localhost:3000
.