Skip to content

marko-builds/portfolio

Repository files navigation

markostankovic.org

Personal portfolio site for Marko Stankovic — game developer based in Serbia.

markostankovic.org


Stack

  • Astro — static site framework
  • MDX — content collections for devlog and project pages
  • Formspree — contact form
  • Vercel — deployment and hosting

Project structure

src/
├── components/       # reusable UI components
├── content/          # MDX content collections (devlog, projects)
├── layouts/          # page layouts
├── pages/            # routes
└── styles/           # global CSS
public/               # static assets

Running locally

npm install
npm run dev

Runs at http://localhost:4321

npm run build    # production build
npm run preview  # preview production build locally

License

Code is MIT licensed. Content and design are not for reuse.

About

Personal portfolio website — game developer

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors