Installing graph-vl on macOS
In this tutorial, we will cover how to install the graph-vl software, from the GitHub repository [https://github.com/verifid/graph-vl], on a macOS operating system.
Prerequisites
Before starting, you must ensure that you have the following installed:
Installation
Open the Terminal application on your macOS.
Clone the graph-vl repository by running the following command:
git clone https://github.com/verifid/graph-vl.git
- Navigate into the newly created
graph-vldirectory by running the following command:
cd graph-vl
- Install the dependencies by running the following command:
npm install
- Start the graph-vl application by running the following command:
npm run start
This will open the http://localhost:3000 URL in your default browser, where you can start using graph-vl.
- To shutdown the graph-vl application, you can press
CTRL + Cin the Terminal window.
Conclusion
In this tutorial, we have covered how to install the graph-vl software on a macOS operating system. With graph-vl installed, you can start visualizing and editing your GraphQL schemas with ease.