diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
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 + |