Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 320 Bytes

File metadata and controls

21 lines (16 loc) · 320 Bytes

givikdev.github.io

Personal blog of Givi Kesanashvili. Built with Astro, styled with Tailwind CSS, deployed to GitHub Pages.

Development

pnpm install
make setup
make dev

Quality

make pre-commit
make build