summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100755
index 00000000..ac5f5103
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,5 @@
+cd ui
+yarn
+yarn build
+cd ../server
+cargo run