Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mgschoen/weeek

A really simple web-based weekly planner
https://github.com/mgschoen/weeek

Last synced: 30 days ago
JSON representation

A really simple web-based weekly planner

Awesome Lists containing this project

README

        

# weeek
A really simple web-based weekly planner

## Runs at

[http://weeek.surge.sh/](http://weeek.surge.sh/)

## Usage

Run locally:

```bash
$ yarn start
```

Build for production:

```bash
$ yarn run build
```

Deploy to weeek.surge.sh (need to be signed in as me):

```bash
$ yarn run deploy
```