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.
- Host: GitHub
- URL: https://github.com/elldritch/parents
- Owner: elldritch
- Created: 2018-05-18T07:04:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:14:25.000Z (over 3 years ago)
- Last Synced: 2025-01-06T16:26:04.829Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://parents.surge.sh
- Size: 520 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```