Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 885 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 885 Bytes

Blog v2

All cool devs have a blog. I want to be a cool dev, therefore I made a blog: blog.ashkan.zone.

image

Why v2? Because I had another blog project that was an eyesore. This one looks decent (and uses TypeScript).

tech stack (from low to high abstraction)

  • TypeScript: Literally just JavaScript but with static typing.
  • React: The go-to framework to make abstract UI components.
  • Tailwind CSS: Awesome implementation of atomic CSS.
  • Gatsby: features specifically for making blogs (e.g. writing blog entries in Markdown!)

getting started

  • clone the repo
  • npm install
  • npm run develop
  • open localhost:8080 in your browser and see it change as you modify your code!