Skip to Content
📚 MyStoryFlow Docs — Your guide to preserving family stories
Development GuideOverview

Development

This section covers development workflows, tools, and best practices for working with the MyStoryFlow codebase.

Getting Started

Before diving into development, make sure you’ve completed the Getting Started guide to set up your environment.

Development Topics

  • Auto Save - Implementation of auto-save functionality

Development Workflow

  1. Local Setup - Clone the repository and install dependencies
  2. Environment Configuration - Set up your .env.local files
  3. Development Server - Run the development servers
  4. Testing - Write and run tests
  5. Code Review - Submit PRs for review

Best Practices

  • Follow the established code style
  • Write tests for new features
  • Document your code
  • Use conventional commits
  • Keep PRs focused and small