An open API service indexing awesome lists of open source software.

https://github.com/kazedevid/portfolio


https://github.com/kazedevid/portfolio

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Portfolio

A simple and elegant portfolio website built with Express.js.

## Installation

```bash
# Clone the repository
git clone https://github.com/KazeDevID/portfolio

# Navigate to project directory
cd portfolio

# Install dependencies
npm install
```

## Running the Application

```bash
# Start the development server
npm run dev
```

The application will be available at `http://localhost:3000`.