Thanks for your interest in improving Folder Structure Generator.
- Fork the repo
- Install deps:
npm install- Run dev server:
npm run dev- Keep changes focused and easy to review
- Prefer small PRs
- Run checks before opening a PR:
npm run lint
npm run build- Bug fixes (especially around drag & drop edge cases)
- UI polish & accessibility
- New templates
- Export improvements (layout, padding, theme presets)
- Tests (even a small smoke-test suite helps)
-
npm run lintpasses -
npm run buildpasses - UI works in Chrome + Firefox
- Screenshots updated if UI changed