Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mgschoen/weeek
- Owner: mgschoen
- Created: 2020-06-14T14:59:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T21:41:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T08:22:19.811Z (over 1 year ago)
- Language: JavaScript
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```