devinschulz / blog

My personal blog

Home Page:https://devinschulz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My personal blog

https://devinschulz.com

License:Other


Languages

Language:Astro 52.2%Language:MDX 43.6%Language:JavaScript 1.7%Language:TypeScript 1.2%Language:CSS 1.1%Language:Shell 0.1%