Getting Started
Installation
Get started by creating a new TypeScript/JavaScript project.
What you'll need
- Node.js version 16.14 or above:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
Install Behave-Graph
In order to use behave-graph in your project you need to install it from npm:
npm install @behave-graph/core
You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.
The command also installs all necessary dependencies you need to run Behave-Graph.