Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 516 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 516 Bytes

taskforce

This is still in Alpha State

Vue JS, Electron and Dexie App to track and prioritize various tasks

TaskForce Screenshot

Project setup

npm install

Compiles and hot-reloads for development

npm run electron:serve

Compiles and minifies for production

npm run electron:build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit