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
- Local Setup - Clone the repository and install dependencies
- Environment Configuration - Set up your
.env.localfiles - Development Server - Run the development servers
- Testing - Write and run tests
- 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