Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu committed Nov 25, 2024
1 parent 4296de5 commit 654472a
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@

## 📋 Requirements

- Node.js version 18 or later.
- Node.js version 20 or later.

# Usage

## 📖 Instruction

1. Git clone this repository
2. Run "yarn install" once to get necessary node modules.
```
yarn install
```

### run server

### `yarn run serve`
see https://github.com/receptron/graphai-agent-server

Runs the app in the development mode.<br>
Open [http://localhost:8080](http://localhost:8080) to view it in the browser.
### run vue

The page will reload if you make edits.<br>
You will also see any lint errors in the console.
```
yarn run serve
```

0 comments on commit 654472a

Please sign in to comment.