Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbgk/dear-kids
A tiny app with big hopes. A few bottle messages thrown to the sea. A shared memory of feelings.
https://github.com/davidbgk/dear-kids
Last synced: about 1 month ago
JSON representation
A tiny app with big hopes. A few bottle messages thrown to the sea. A shared memory of feelings.
- Host: GitHub
- URL: https://github.com/davidbgk/dear-kids
- Owner: davidbgk
- Created: 2019-08-08T02:13:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T15:45:41.000Z (10 months ago)
- Last Synced: 2024-12-17T12:49:34.948Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dear kids,
## Intentions
A tiny app with big hopes.
A few bottle messages thrown to the sea.
A shared memory of feelings.## Environment
Assuming you use fish + https://virtualfish.readthedocs.io/
```
vf new --python=python3.7 dearkids
```## Installation
```
make install
make run
=> Rolling on http://127.0.0.1:3579
```## Development
```
make dev
make check
make test
```## Production
```
pip install gunicorn
make prod
```Serve statics with anything else *but* the Roll extension.