From b66d8444041598cd408c35c2206746e84754b651 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 9 Jan 2021 17:23:03 +0100 Subject: ./configure toegevoegd --- configure | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 configure (limited to 'configure') 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 + -- cgit v1.2.3