Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 752 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 752 Bytes

miko.ademagic.com

My home on the internet.

Built with Astro

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