Sylvain Duchesne fd6d408de1 deps: install @ng-org packages from npm instead of local tarballs
The @ng-org/* SDK alpha versions are now published on npm. Switch the
package.json dependencies from .ng-tarballs/*.tgz paths to npm
versions, removing the need for a sibling nextgraph-rs build to
install the project. Makes containerized deploys (Coolify) trivial.

- @ng-org/alien-deepsignals: 0.1.2-alpha.11 (unchanged)
- @ng-org/orm: 0.1.2-alpha.15 → 0.1.2-alpha.18
- @ng-org/shex-orm: 0.1.2-alpha.7 → 0.1.2-alpha.8
- @ng-org/web: 0.1.2-alpha.11 → 0.1.2-alpha.13

scripts/build-ng-packages.sh and the .ng-tarballs/ workflow remain
available for local development against an unreleased nextgraph-rs
build (`.gitignore` keeps the directory ignored).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 12:03:36 +02:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00

Festipod

A prototyping tool for the Festipod mobile app - an event discovery and networking platform.

What's Inside

  • Mobile App Mockups - 13 interactive screens with hand-drawn "sketchy" UI
  • User Stories - 26 stories across 5 categories (Events, Workshops, Users, Meetings, Notifications)
  • BDD Specifications - Cucumber feature files in French with test integration

Quick Start

bun install
bun run dev

Open http://localhost:3000

Navigation

Page Route Description
Gallery #/ Browse all mockup screens
Demo #/demo/{screen} Interactive screen preview
Stories #/stories User stories browser
Specs #/specs BDD specifications with test status

Commands

bun run dev              # Start dev server with HMR
bun run test:cucumber    # Run Cucumber tests
bun run features:parse   # Regenerate features from .feature files
bun run steps:extract    # Extract step definitions

Documentation

See docs/ for detailed documentation:

S
Description
No description provided
Readme 3.1 MiB
Languages
TypeScript 90.8%
Gherkin 6.3%
CSS 1.9%
Shell 0.8%
HTML 0.1%