diff --git a/setup b/setup new file mode 100755 index 00000000..4318b6c5 --- /dev/null +++ b/setup @@ -0,0 +1,7 @@ +#!/bin/bash + +npm ci --ignore-scripts + +python -m venv --clear venv +source venv/bin/activate +pip install --require-hashes --only-binary :all: -r requirements.txt