From f67bcdaddf2f0842bc3588dcea296a08aae25859 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Mar 2026 20:16:25 +0100 Subject: [PATCH] docs: add development instructions to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d12a047..c893bd2 100644 --- a/README.md +++ b/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.