GalaxyCheck / devserver.sh
Bharani77Hugs's picture
Initial commit without node_modules
a68f3fa
raw
history blame contribute delete
83 Bytes
#!/bin/sh
source .venv/bin/activate
python -m flask --app main run -p $PORT --debug