Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 317 Bytes

DEVELOPING.md

File metadata and controls

10 lines (7 loc) · 317 Bytes

If you'd like to edit or develop the component locally, you can run:

git clone https://github.com/abhchand/vanilla-tree-viewer.git

yarn install
yarn run dev

This will open http://localhost:3035 in a browser window. Any changes made to the src/ or to the demo/index.jsx file will be hot reloaded.