Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 669 Bytes

File metadata and controls

18 lines (14 loc) · 669 Bytes

What does it do?

Drag and drop for organizing github projects ... see the prototype on the s3bucket

Installation Instructions:

  1. clone the project
  2. yarn install
  3. yarn start
  4. open https://www.localhost:3000
  5. check the terminal if you are already running on port 3000.
  6. deploying to s3: npm run build && aws s3 sync build/ s3://repository-dashboard

Regards, Michael Dimmitt

Draggand Drop outsourced:
option 1: current implementation (react-sortable-hoc )
option 2: (react-dnd )