A blog website created with Astro, Tailwind CSS, and Headless Hashnode.
To clone and run this application, you'll need Git, Node.js, and Pnpm installed globally on your computer. From your command line:
# Clone this repository
git clone https://github.com/femincan/personal-blog.git
# Go into the repository
cd personal-blog
# Install dependencies
pnpm install
Now, you can run the app:
pnpm run dev