Refactored configuration system

This commit is contained in:
th3r00t
2022-12-17 19:29:17 -05:00
parent 0d55a4e9f1
commit 0eaa19009f
7 changed files with 206 additions and 205 deletions

4
install.sh vendored Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
pip install pipenv &
pipenv install &
cd src/frontend