Documentation site for SynapseLib — an architecture framework for Kotlin and Jetpack Compose that eliminates cross-feature coordination as a concern.
Built with Astro and Starlight. Deployed to docs.synapselib.com.
npm install
npm run devThe dev server starts at localhost:4321.
npm run buildOutput goes to ./dist/.
Pushes to main trigger a GitHub Actions workflow that builds and deploys to GitHub Pages.