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

https://github.com/elldritch/parents

Calculate how many times you'll visit your parents again before they die.
https://github.com/elldritch/parents

Last synced: 2 months ago
JSON representation

Calculate how many times you'll visit your parents again before they die.

Awesome Lists containing this project

README

          

# parents

How many times will I see my parents before they die?

Deployed on https://parents.surge.sh.

## Usage

See `package.json` for details. All tools are installed as development dependencies. Use `yarn`.

### Development

Development:

```
yarn serve
yarn build
```

Deployment:

```
yarn deploy
```