miko.ademagic.com
My home on the internet.
This is the repository for my personal website and blog, miko.ademagic.com. It was built on Astro using Maxi Ferreira's Astro Blog Template.
For more (albeit brief) information on the tech I use on this site, check out my Credits page.
Terminal commands
Serve the site locally
npm run dev
Build the distributables for the site
npm run build
Preview distributables
npm run preview