Setting Up Your Environment
This guide explains the basic environment setup for using and managing modernGraphTool.
Prerequisites
- modernGraphTool Project Files: Source code containing the core functionalities for visualizing and analyzing frequency response data.
- Text Editor: A program for modifying various configuration files (
.js,.css,.json).
Preparing Project Files
- Download the latest version of modernGraphTool_full zip file from the modernGraphTool Github Release Page.
- Extract the downloaded zip file.
Installing a Text Editor (VS Code Recommended)
While various text editors are available, using Visual Studio Code (VS Code), which offers convenient features like code highlighting and auto-completion, is recommended.
VS Code can be downloaded for free by anyone and supports Windows, macOS, and Linux.
- Go to the VS Code website, download the installer for your operating system, and install it.
- After launching VS Code, click the Extensions icon (square block shape) in the left menu.
- Search for the names below directly in the search bar or click the links to install the two extensions:
Live Server: Convenient for previewing changes to the database website in real-time.Error Lens: Helps users unfamiliar with code editing to quickly find errors.
You are now ready to change modernGraphTool settings and manage data.
Opening the Page
- Open the modernGraphTool project folder in VS Code.
- Double-click the
index.htmlfile to open it in VS Code. - Click the
Go Livebutton in the bottom right corner to run modernGraphTool.