Files
festipod/docs/README.md
T
Sylvain Duchesne f04f15d926 first commit
2026-01-18 11:53:42 +01:00

1.2 KiB

Festipod Documentation

This documentation is split into three parts:

1. Festipod Mobile App

The mobile application being designed - an event discovery and networking platform. This section covers:

  • App concept and target users
  • User stories (26 stories across 5 categories)
  • Screen mockups (13 screens)
  • Feature specifications (Cucumber/Gherkin)

2. Prototyping Tool

The web application built to visualize and document the Festipod project. This section covers:

  • Architecture and navigation
  • Gallery, Demo, Stories, and Specs pages
  • Component library (Sketchy UI)
  • Build and development setup

3. Cucumber Integration

Technical documentation for the BDD testing framework. This section covers:

  • Test architecture and configuration
  • World class and state management
  • Step definitions (navigation, form, screen)
  • Running tests and generating reports

Quick Start

# Install dependencies
bun install

# Start development server
bun run dev

# Run Cucumber tests
bun run test:cucumber

# Parse feature files
bun run features:parse

Open http://localhost:3000 to view the prototyping tool.