Open-source research software website for Gottesman Software.
This repository hosts the organization website published through GitHub Pages at:
https://gottesman-software.github.io/
cd site
npm install
npm run devcd site
npm run buildThe Vite source lives in site/. The repository root contains the current static build so GitHub Pages can serve the site even when Pages is configured to publish from the main branch root.