Skip to content

Contributing

Thank you for your interest in contributing to FinzyTrack!

This documentation site is built with Starlight, an Astro-powered documentation framework.

Terminal window
git clone https://github.com/finzytrack/finzytrack-docs.git
cd finzytrack-docs
npm install
Terminal window
npm run dev

This starts a local server with live reload.

  1. Fork the repository
  2. Create a branch for your changes
  3. Edit or add Markdown files in src/content/docs/
  4. Preview locally with npm run dev
  5. Submit a pull request

For contributions to the main application, see the FinzyTrack repository.