Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 734 Bytes

File metadata and controls

44 lines (31 loc) · 734 Bytes

Contributing

Thanks for your interest in improving Folder Structure Generator.

Setup

  1. Fork the repo
  2. Install deps:
npm install
  1. Run dev server:
npm run dev

Making changes

  • Keep changes focused and easy to review
  • Prefer small PRs
  • Run checks before opening a PR:
npm run lint
npm run build

What’s helpful

  • 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)

Pull request checklist

  • npm run lint passes
  • npm run build passes
  • UI works in Chrome + Firefox
  • Screenshots updated if UI changed