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

Text-editor-like weekly planner

License

Notifications You must be signed in to change notification settings

bartkozal/coypu

Repository files navigation

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