VisualTree

Preview

A tool that allows you to visualize and interact with the output of your tree command.
View Demo

## About The Project This tool allows you to interact with the output of you tree command, which is pretty useful in case you want to archive your file structure at some point and be able to interact with it later.

(back to top)

## Getting Started To get a local copy up and running follow these simple example steps. ### Installation 1. Clone the repo ```sh git clone https://github.com/xyvs/visualtree.git ``` 2. Install NPM packages ```sh npm install ``` 3. Run the server ```sh npm run dev ``` 4. Go to [localhost:3000](https://localhost:3000)

(back to top)

## License Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)