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

https://github.com/ehsanik/ehsanik.github.io


https://github.com/ehsanik/ehsanik.github.io

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# kianaehsani.com

Personal website built with React + Vite. Deployed to GitHub Pages via GitHub Actions.

## Development

```bash
npm install
npm run dev
```

## Build

```bash
npm run build
```

## Deploy

Push to `main` — GitHub Actions will build and deploy automatically.