https://github.com/ehsanik/ehsanik.github.io
https://github.com/ehsanik/ehsanik.github.io
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ehsanik/ehsanik.github.io
- Owner: ehsanik
- Created: 2022-01-04T19:55:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-10T01:09:03.000Z (4 months ago)
- Last Synced: 2026-02-10T06:35:53.242Z (4 months ago)
- Language: JavaScript
- Size: 58.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.