https://github.com/kazedevid/portfolio
https://github.com/kazedevid/portfolio
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kazedevid/portfolio
- Owner: KazeDevID
- Created: 2025-04-23T11:17:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T11:52:19.000Z (about 1 year ago)
- Last Synced: 2025-05-18T09:12:09.760Z (about 1 year ago)
- Language: CSS
- Homepage: https://portfolio-kaze.vercel.app
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.