aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-01-09 17:23:03 +0100
committerlonkaars <l.leblansch@gmail.com>2021-01-09 17:23:03 +0100
commitb66d8444041598cd408c35c2206746e84754b651 (patch)
treebbb9f34a4f7d96e87d48fef2d554ae1bb0c25626 /configure
parent7fd3163ffc94abe1db3d6ebe78855ca050ec79ce (diff)
./configure toegevoegd
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
new file mode 100755
index 0000000..339b91d
--- /dev/null
+++ b/configure
@@ -0,0 +1,6 @@
+npm i -g typescript yarn
+python -m venv venv
+source venv/bin/activate
+pip install -r requirements.txt
+yarn
+