Update README.md

This commit is contained in:
2026-02-02 13:17:31 +00:00
parent e44fa3bdd1
commit 77fb1ec2a0

View File

@@ -27,21 +27,18 @@ Aby uruchomić projekt w trybie deweloperskim, potrzebujesz:
```bash ```bash
git clone https://github.com/twoj-nick/nordicflow.git git clone https://github.com/twoj-nick/nordicflow.git
cd nordicflow cd nordicflow
``` ```
2. **Zainstaluj zależności frontendowe:** 2. **Zainstaluj zależności frontendowe:**
```bash ```bash
npm install npm install
``` ```
3. **Uruchom tryb deweloperski:** 3. **Uruchom tryb deweloperski:**
```bash ```bash
npm run tauri dev npm run tauri dev
``` ```