Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 583 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 583 Bytes

Welcome to my website!

I rewrite this site every 6-9 months to test out a hot new stack. This current iteration is built primarily with Astro and Panda CSS.

Installation

pnpm install

Development

pnpm dev

Working With GeoJSON

Install togeojson

pnpm i -g @mapbox/togeojson

Convert KML or GPX to GeoJSON

togeojson input.kml > output.geojson

Working with OpenGL

Install clang-format

brew install clang-format