{{ t('Reset') }}
{{ t('Create App Template') }}
{{ t('App Template Created Successfully') }}
{{ result.appName }}
{{ result.appPath }}
{{ result.backendPath }}
{{ result.frontendPath }}
{{ t('Next Steps') }}
- {{ t('Navigate to the app directory') }}: {{ result.appPath }}
- {{ t('Install dependencies') }}: pip install -r requirements.txt
- {{ t('Test locally') }}: python -m uvicorn main:app --port 8001
- {{ t('Deploy to Jingrow Cloud') }}: bench --site your-site install-app {{ result.appName }}
{{ t('Open in Explorer') }}
{{ t('Copy Path') }}