Skip to content

devinschulz/blog

Repository files navigation

My Personal Site

Welcome to my personal blog/portfolio site powered by Astro JS! 🚀

Getting Started

To set up this site on your machine, follow these simple steps:

git clone https://github.com/devinschulz/blog.git

cd blog

npm install

Development

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!

Building for Production

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.

Preview Before Deployment

Want to see how your site will look before deploying? Run:

npm run preview

This command allows you to preview your build locally.

Additional Astro Commands

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