Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.06 KB

File metadata and controls

31 lines (20 loc) · 1.06 KB

Astro TypeScript Markdown

My blog where I write about what I'm currently learning. Not really meant to be a place for detailed information on concepts, but simply my insights on stuff I'm learning at the time. In a way, it also serves as a timeline of my learning journey.

Installation

# Clone the repository
git clone <repository-url>
cd blog

# Install dependencies
pnpm install

# Start development server
pnpm dev

Visit http://localhost:4321 to see the app in action.

Resources

Icons are from Feather. I used the astro-feather library for implementation.