Merge pull request 'docs: add development instructions to README' (#1) from update-readme into main
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
12
README.md
12
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user