Skip to content

Commit

Permalink
fix initial build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jul 22, 2023
1 parent dde4d34 commit 707ed81
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,9 @@ You can join our Discord here:

<https://discord.gg/mrags8WyuH>

@beeglebug has started an amazing interactive React node graph editor for behave-graph here:

<https://github.com/beeglebug/behave-flow>

![image](https://user-images.githubusercontent.com/954416/184598477-74997727-0d0d-48e5-9f29-1210812bd66c.png)

## Feature Overview

This library, while small, contains a nearly complete implementation of behavior graphs.
This library, while small, contains a nearly complete implementation of behavior graphs along with extensions for 3D math types and scenes. It also contained a graph editor React library.

### Features

Expand Down Expand Up @@ -62,10 +56,10 @@ Install all dependencies:
npm install
```

To start the graph editor:
To do a full development build with hot reloading and a built-in dev server (via vite) run:

```zsh
npm start graph-editor
npm run dev
```

## Command Line Examples
Expand Down

0 comments on commit 707ed81

Please sign in to comment.