From 4b2520f2344c0266f583fa44c76321e92cd49c86 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 15 Feb 2025 23:16:39 -0600 Subject: [PATCH] Add Documentation/DevGuide --- Documentation%2FDevGuide.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Documentation%2FDevGuide.md diff --git a/Documentation%2FDevGuide.md b/Documentation%2FDevGuide.md new file mode 100644 index 0000000..bcbcd3d --- /dev/null +++ b/Documentation%2FDevGuide.md @@ -0,0 +1,21 @@ +# Rattail Development Guide + +So you're tired of reading, and ready to code. Sorry, more reading first. + +This guide assumes you are either wanting to create a ''new'' app based on Rattail, or else you wish to modify an existing one. In either case the app is assumed to be "custom" in some way and the examples in this guide will use the name "Poser" to refer to this custom app. + +You are strongly encouraged to familiarize yourself with the [Admin Guide](Documentation-AdminGuide.-) before tackling development. + +## The Big Tour + +This is also linked from the [Concept Guide](Documentation-ConceptGuide.-) but it deserves a link here too. + +Please see [The Big Tour](TheBigTour) for a basic technical overview of the possible features / components of a Rattail/Poser system. + +## Rattail Tutorial + +Also unfinished, but a good start nonetheless, is the [[https://rattailproject.org/docs/rattail-tutorial/|Rattail Tutorial]]. This walks you through the process of getting a new project up and running. + +## Lil' Snippets + +Writing this Dev Guide may take a while to get right. In the meantime see this collection of [Lil' Snippets](LilSnippets) which is sort of the staging area for new dev docs.