Welcome to my personal blog/portfolio site powered by Astro JS! 🚀
To set up this site on your machine, follow these simple steps:
git clone https://github.com/devinschulz/blog.git
cd blog
npm install
Run the local development server:
npm run dev
This will launch your site at localhost:4321
. Feel free to customize the content, styles, and layouts to make it truly yours!
When you're ready to deploy your blog, build the production version:
npm run build
The production-ready files will be in the ./dist/
directory.
Want to see how your site will look before deploying? Run:
npm run preview
This command allows you to preview your build locally.
Explore more Astro commands for various tasks:
npm run astro ... # Run CLI commands like `astro add`, `astro check`
npm run astro -- --help # Get help using the Astro CLI