indie-label / run_app.sh
carolanderson's picture
use npm build and start
91616c1
raw
history blame
76 Bytes
#!/bin/bash
cd indie_label_svelte
npm start &
cd ..
python3 server.py