Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 874 Bytes

README.md

File metadata and controls

49 lines (29 loc) · 874 Bytes

JsonTree Visualizer

Visualisation tool to help visualise json format in Graph and Tree form.

👉 View live

screencapture-jsontree-vercel-app-2023-07-19-04_35_43

Development setup 🛠

Steps to locally setup development after cloning the project.

git clone https://github.com/BUMBAIYA/jsontree.git

Step 1 - NodeJS

You will need:

Please install them if you don't have them already.

Step 2 - Install dependencies

cd jsontree
npm install

Step 3 - Run app

Once the dependencies are installed, you can run the app:

npm run dev

Your application should be running on http://localhost:3000.

License

Licensed under the MIT license.