Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 670 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 670 Bytes

Todo PWA with KappaDB

This project is a simple Todo [PWA] (Progressive Web App) based on the Vuex [TodoMVC] and sharing data via hypercore.
Based on https://github.com/davidgaroro/vue-todo-pwa

Installation

Clone repository

git clone https://github.com/rjmackay/vue-todo-kappa-db.git
cd vue-todo-kappa-db

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Run the hyperswarm proxy and signalling serve

yarn hyperswam

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

License

MIT © Robbie Mackay