Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jstngr/still-app
Capacitor wrapped react app to provide a simple solution of baby feeding timing
https://github.com/jstngr/still-app
Last synced: about 1 month ago
JSON representation
Capacitor wrapped react app to provide a simple solution of baby feeding timing
- Host: GitHub
- URL: https://github.com/jstngr/still-app
- Owner: jstngr
- Created: 2024-08-26T07:23:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T18:45:24.000Z (4 months ago)
- Last Synced: 2024-09-15T04:11:34.829Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
To begin, you'll need to install `node` (using brew):
```console
brew install node
```Go to the directory of this prject and install the packages:
```console
npm ci
```Start the app:
```console
npm start
```App is reachable on `localhost:3000`