CoolFace
Apppublic

pranavjrat/top-github-actions

sourceHugging Facegpl-3.0updated 3mo agoView on Hugging Face
0likes
task.md26 linesDownload Raw Back to root
1# Tasks2 3- [x] Replicate configuration files from `top-kaggle-notebooks` to `top-github-actions`4    - [x] `package.json` (update project name)5    - [x] `tsconfig.json`6    - [x] `tsconfig.node.json`7    - [x] `vite.config.ts`8    - [x] `tailwind.config.ts`9    - [x] `postcss.config.cjs`10    - [x] `.cursorrules`11    - [x] `AGENTS.md`12- [x] Copy `scripts/` and `assets/` directories13- [x] Update HTML entry points14    - [x] Copy `index.template.html`15    - [x] Modify `index.html` to match Vite entry point format16- [x] Copy `src/` directory17- [x] Remove obsolete `style.css`18- [x] Analyze `top-github-actions-data.csv` dataset schema to understand columns19- [x] Update `src/App.tsx` to:20    - [x] Use the correct Hugging Face dataset URL21    - [x] Adapt UI, charts, and metrics to match the GitHub Actions data schema22- [x] Install dependencies and verify build23    - [x] Run `npm install`24    - [x] Run `npm run build`25- [x] Formulate and update `questions.md` with relevant questions for the GitHub Actions dataset26