Contributing
Thank you for your interest in contributing to FinzyTrack!
Contributing to Documentation
Section titled “Contributing to Documentation”This documentation site is built with Starlight, an Astro-powered documentation framework.
git clone https://github.com/finzytrack/finzytrack-docs.gitcd finzytrack-docsnpm installLocal Preview
Section titled “Local Preview”npm run devThis starts a local server with live reload.
Making Changes
Section titled “Making Changes”- Fork the repository
- Create a branch for your changes
- Edit or add Markdown files in
src/content/docs/ - Preview locally with
npm run dev - Submit a pull request
Contributing to FinzyTrack
Section titled “Contributing to FinzyTrack”For contributions to the main application, see the FinzyTrack repository.