summaryrefslogtreecommitdiffstats
path: root/ui_design.md
diff options
context:
space:
mode:
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
```
+