Update build scripts, add gitignore, and update package.json

This commit is contained in:
dertyp7
2024-01-18 21:33:09 +01:00
parent ec3596bd4b
commit eb5ad33531
7 changed files with 75 additions and 2456 deletions

8
run_dev.sh Normal file
View File

@@ -0,0 +1,8 @@
trap "bash clean_dev_env.sh" INT
npx nodemon -w ./src --ext scss --exec sh -- build_dev.sh
bash clean_dev_env.sh