alelondon / kanstack

A Kanban board app built on Blockstack. Offline friendly, with client-side encryption.

Home Page:https://kanstack.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockstack Kanban board App

A Kanban board app built on Blockstack.

  • Client-side encryption
  • Offline support with IndexedDB
  • Automatic encryption / decryption of data in IndexedDB
  • Automatic import / export of IndexedDB data to Blockstack storage.

To learn more about integrating Blockstack encryption and storage with IndexedDB, check out the documentation.

Build Setup

# install dependencies
# previously we used yarn install. This is no longer supported.
npm install

# serve with hot reload at localhost:8000
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

After running npm run dev, you can visit the app in locahost:8000.

About

A Kanban board app built on Blockstack. Offline friendly, with client-side encryption.

https://kanstack.com


Languages

Language:JavaScript 36.7%Language:Vue 33.6%Language:CSS 27.4%Language:HTML 2.4%