2 Commits

Author SHA1 Message Date
5393910b4c Merge pull request 'docs: add development instructions to README' (#1) from update-readme into main
All checks were successful
Build App / build-android (push) Successful in 6m17s
Build App / build-web (push) Successful in 36s
Build App / release (push) Successful in 1m36s
Reviewed-on: #1
2026-03-11 20:20:26 +01:00
root
f67bcdaddf docs: add development instructions to README 2026-03-11 20:16:25 +01:00

View File

@@ -20,6 +20,18 @@ https://gitea.reversed.dev/space/time-until/releases
- Shared UI components are in `src/components`.
- Theme + styling are managed via `src/theme.js` and `src/styles.js`.
## Development
1. Install dependencies:
```bash
npm install
```
2. Start the development server:
```bash
npx expo start
```
### Time Until Mode
- Enter hour/minute in 24-hour format.