Getting Started
Installation
go install github.com/boykush/livt@latest
Quick Start
- Create the required directories:
mkdir -p stories discoveries/usm discoveries/example-mappings
- 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
- Build and serve:
livt serve
- Open http://localhost:3000 in your browser to view the board.
