aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-10-04 22:05:26 +0200
committerGitHub <noreply@github.com>2022-10-04 22:05:26 +0200
commitdd2f37620b8a4d925bdb55badfb598c30d9c5ba8 (patch)
treee1f79d454123f51d2a5c0adbc9d4eeee07186df5 /README.md
parent7f0ee9be80988f13f1d234136725a03db0335ec5 (diff)
parent5912e98a02e799b7ad6c910567fe18988ab84798 (diff)
downloadFlightCore-dd2f37620b8a4d925bdb55badfb598c30d9c5ba8.tar.gz
FlightCore-dd2f37620b8a4d925bdb55badfb598c30d9c5ba8.zip
Merge pull request #2 from Alystrasz/feat/new-ui
Full UI rework
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index a126a5a7..3125fc15 100644
--- a/README.md
+++ b/README.md
@@ -17,14 +17,16 @@ Install `npm` dependencies with
npm install
```
-Then for developing
+Install UI dependencies too
```sh
-# terminal 1 (UI localhost for hot-reload)
-npm run ui-dev
+cd src-vue && npm install
+```
-# terminal 2 (for the Rust/App hot-reload)
-npm run tauri dev
+Then for developing
+
+```sh
+npx tauri dev
```
> **Note**