deprived-main-website/run.sh

11 lines
131 B
Bash
Raw Normal View History

2023-12-29 13:55:01 +01:00
#!/bin/bash
# Enable echoing of commands
set -x
# Install npm dependencies
npm install
# Run the development script
npm run dev