Skip to content

xanderjl/www

Repository files navigation

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