Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Getting Started

Installation

go install github.com/boykush/livt@latest

Quick Start

  1. Create the required directories:
mkdir -p stories discoveries/usm discoveries/example-mappings
  1. Create your first story in stories/my-first-story.md:
---
name: My first story
---

As a user
I want to do something
So that I get value
  1. Build and serve:
livt serve
  1. Open http://localhost:3000 in your browser to view the board.

Stories index