996fce1e11065ab32af1fa4b717cacd2a9381311
- Add JSON_FOLDER environment variable for GitHub repo JSON path - Create TypeScript types for script JSON structure - Implement GitHub API service to fetch scripts from repository - Add tRPC routes for script management (getScriptCards, getAllScripts, getScriptBySlug, resyncScripts) - Create ScriptCard component for displaying script information - Create ScriptDetailModal for full script details view - Create ScriptsGrid component with loading and error states - Add ResyncButton component for refreshing scripts from upstream - Update main page with tabbed interface (GitHub Scripts vs Local Scripts) - Add proper error handling and loading states throughout
How to run this Alpha Software
You need npm and git installed on your PVE host
git clone git@github.com:michelroegl-brunner/PVESciptslocal.git
Then you need to run npm install
And to run the dev server on IP:3000
npm run dev
Description
Languages
TypeScript
63%
Shell
26.3%
JavaScript
10.2%
CSS
0.5%