From e1b3f638a1ea448de9691f69eb62ebf4c3944c9f Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 30 May 2025 02:50:55 -0700 Subject: 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 --- ui_design.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ui_design.md') 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 ``` + -- cgit v1.2.3