added some handy launchers

This commit is contained in:
thecookingsenpai 2024-01-31 19:59:36 +01:00
parent bc51150e47
commit 5a918d078e
4 changed files with 7 additions and 3 deletions

3
.gitignore vendored
View File

@ -29,4 +29,5 @@ logs.txt
TODO.md
testdata.py
test.py
test.py
nohup.out

View File

@ -12,7 +12,7 @@
rm -rf build dist
# REVIEW Install poetry & requirements
pip install poetry
poetry || pip install poetry
poetry install --no-root
# Build the app

View File

@ -3,8 +3,8 @@
# builds the latest version of the client and server
# NOTE Changes directory to the webclient directory and builds it
cd ../swingmusic-client || exit # REVIEW Failsafe exit
yarn build --outDir ../swingmusic/client
cd ../swingmusic || exit # REVIEW Failsafe exit

3
run Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
poetry run python manage.py