https://github.com/stefnotch/trello-board-view
A fancy Trello board view with lightning fast searches
https://github.com/stefnotch/trello-board-view
Last synced: 4 months ago
JSON representation
A fancy Trello board view with lightning fast searches
- Host: GitHub
- URL: https://github.com/stefnotch/trello-board-view
- Owner: stefnotch
- License: unlicense
- Created: 2020-04-12T15:05:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:19:40.000Z (over 3 years ago)
- Last Synced: 2025-09-07T16:51:20.646Z (9 months ago)
- Language: Vue
- Homepage: https://stefnotch.github.io/trello-board-view/
- Size: 667 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trello Board View
A fancy Trello board view with lightning fast searches. [See it in action with the FlaxEngine roadmap here](https://stefnotch.github.io/trello-board-view/?board=NQjLXRCP).

## Features
- View any Trello board
- Search through card titles, descriptions and checklists
- Still works when offline, because it caches everything
### Prerequisites
- Node & NPM
### Install
```sh
npm install
```
### Usage
##### Develop
```sh
# run dev server at localhost:8080
npm run dev
```
##### Build
```sh
# transpile js for deployment
npm run build
```