Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/bartkozal/coypu

Text-editor-like weekly planner
https://github.com/bartkozal/coypu

Last synced: about 2 months ago
JSON representation

Text-editor-like weekly planner

Lists

README

        

# coypu

> Text-editor-like weekly planner

## Build Setup

```bash
# 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
```