• This repository has been archived on 06/Apr/2020
  • Stars
    star
    103
  • Rank 333,046 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Text-editor-like weekly planner

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