Personal portfolio site for Marko Stankovic — game developer based in Serbia.
- Astro — static site framework
- MDX — content collections for devlog and project pages
- Formspree — contact form
- Vercel — deployment and hosting
src/
├── components/ # reusable UI components
├── content/ # MDX content collections (devlog, projects)
├── layouts/ # page layouts
├── pages/ # routes
└── styles/ # global CSS
public/ # static assets
npm install
npm run devRuns at http://localhost:4321
npm run build # production build
npm run preview # preview production build locallyCode is MIT licensed. Content and design are not for reuse.