hc99's picture
Add files using upload-large-folder tool
8766bc5 verified
raw
history blame
126 Bytes
#!/bin/bash
cd "$(dirname ${0})/.."
source scripts/helpers.sh
pnpm_required
echo "Running the frontend..."
pnpm i
pnpm dev