Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 600 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 600 Bytes

Trello Board View

A fancy Trello board view with lightning fast searches. See it in action with the FlaxEngine roadmap here.

screenshot

Features

  • View any Trello board
  • Search through card titles, descriptions and checklists
  • Still works when offline, because it caches everything

Prerequisites

  • Node & NPM

Install

npm install

Usage

Develop
# run dev server at localhost:8080
npm run dev
Build
# transpile js for deployment
npm run build