summaryrefslogtreecommitdiffstats
path: root/ui_design.md
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-05-30 02:50:55 -0700
committeryum <yum.food.vr@gmail.com>2025-05-30 02:50:55 -0700
commite1b3f638a1ea448de9691f69eb62ebf4c3944c9f (patch)
tree28df6a8ba0805398a89aeb574e149b3bbd06aea5 /ui_design.md
parentf97cef182de55b6dbae8d2bc0477acfca6cc1f66 (diff)
More polish
- Filters actually get applied now, huge accuracy boost - Use silero-vad python library instead of rolling our own - Expose prompt parameter - Auto setup venv on launch - Clean up python output - Auto acquire all dependencies on launch - Add icon
Diffstat (limited to 'ui_design.md')
-rw-r--r--ui_design.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/ui_design.md b/ui_design.md
index 06eee65..e1ff095 100644
--- a/ui_design.md
+++ b/ui_design.md
@@ -10,7 +10,13 @@ $ choco uninstall nodejs -y
$ choco install nodejs-lts -y
```
-Now open a non-admin PowerShell terminal:
+To build the app:
+```
+$ npm install
+$ npm run dev
+```
+
+For posterity, this is how I set up the ui directory initially. In a non-admin PowerShell window:
```bash
# Check your node and npm versions.
@@ -30,3 +36,4 @@ npx tailwindcss init -p
npm install --save-dev vue@3 @vitejs/plugin-vue vite yaml
npm install --save-dev js-yaml
```
+