Back

First Blogpost


Setup

Setting up your first Blog using Astro is very easy.
Just run:

npm create astro@latest -- --template blog

You can also easily install common frameworks by adding --add tailwind, --add bootstrap or any other supported framework found here to the end.

Then just use all the recommended Settings and you’re ready to start your first dev Server with:

npm run dev

A great ressource that helped me build my blog was the official guide.

Thats all from me for today, thank you for reading.
You can look ahead for exiting Writeups on any HTB Box i pwn.