Spoty, a playlist manager for Spotify.
This documentation follows the Divio documentation system.
tl;dr: we have four directories in docs/
:
tutorial
: guides meant for newcomers.how-to
: how-to guides, meant for intermediate users.reference
: comprehensive reference material.topics
: longer discussions of features, explanations and general notes.
This directory can be opened with Obsidian for the file links.
Tutorials:
- [[LocalDevelopmentEnvironmentSetup]]
How-to's:
- [[ServeYourFirstRelease]]
- [[CreateAStableRelease]]
Reference:
- [[CodingStandards]]: borders and colors
- [[DevelopmentGuidelines]]: Git usage.
- [[EnvironmentVariables]]
- [[Libraries]]
- [[PnpmScripts]]
- [[SpotifyApi]]
Topics:
- [[DataStorage]]
- [[Testing]]
- [[ProgressiveWebApp]]