summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-04-06 15:49:51 -0700
committerDessalines <happydooby@gmail.com>2019-04-06 15:49:51 -0700
commit8a8322526cf2ce625e10b9c59502e279dc37d12b (patch)
tree03b3b89b2945bc84fafde91b4b8c155c3493d3f6 /install.sh
parent99cb580d50a7ccd32aebef6d586ebb36fe5b3b80 (diff)
Adding expanding navbar, some docs
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