init
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "Starting Hermes frontend..."
|
||||
cd "$(dirname "$0")/../frontend"
|
||||
npm run dev
|
||||
Reference in New Issue
Block a user