docs: add development instructions to README

This commit is contained in:
root
2026-03-11 20:16:25 +01:00
parent 51c54d4892
commit f67bcdaddf

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.