Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 554 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 554 Bytes

Blockstack Todo App

A simple Vue.js Todo app built for the decentralized web.

Build Setup

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

# Compiles and hot-reloads for development
npm run serve

# Compiles and minifies for production
npm run build

Linting & Unit test

# Lints and fixes files
npm run lint

# Run your unit tests
npm run test:unit

For detailed explanation on how this app works, checkout the guide.