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 source code zip file from the modernGraphTool Github repository.
- Extract the downloaded zip file.
- Locate the
dist
folder within the extracted folder. The files necessary for website operation exist only within thedist
folder, so only the contents of thedist
folder need to be uploaded to the actual web server.
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.html
file to open it in VS Code. - Click the
Go Live
button in the bottom right corner to run modernGraphTool.