Personal portfolio website for Oleksii Levchenko — iOS Developer.
Live: levchenko.cc
- Astro 4 — static site generator
- TypeScript
- CSS (custom, no frameworks)
npm install
npm run dev| Command | Description |
|---|---|
npm run dev |
Start dev server |
npm run build |
Build for production |
npm run preview |
Preview production build |
src/
├── components/ # UI components
├── layouts/ # Page layouts
├── pages/ # Routes
├── styles/ # Global styles
└── data/ # Static content