Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 315 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 315 Bytes

coypu

Text-editor-like weekly planner

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# pack into electron app
npm run pack

# release new version
npm run dist

# run tests
npm test