mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-18 12:50:30 +08:00
12 lines
211 B
Batchfile
12 lines
211 B
Batchfile
@echo off
|
|
setlocal EnableDelayedExpansion
|
|
|
|
:: Change to parent directory of script location
|
|
cd /d "%~dp0.."
|
|
|
|
:: Check for pnpm
|
|
call scripts\helpers.bat pnpm_required
|
|
|
|
echo Running the frontend...
|
|
pnpm i
|
|
pnpm dev |