Skip to content

Commit

Permalink
Merge pull request #21 from pipecat-ai/mb/update-README
Browse files Browse the repository at this point in the history
README update
  • Loading branch information
markbackman authored Nov 21, 2024
2 parents c4da701 + 7d23fac commit 804d529
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ A visual editor for creating and managing Pipecat conversation flows.
- Merge node support for complex flows
- Real-time validation

### Getting Started
### Online Editor

The editor is available online at [flows.pipecat.ai](https://flows.pipecat.ai).

### Local Development

#### Prerequisites

Expand Down Expand Up @@ -147,6 +151,10 @@ See the [examples directory](editor/examples/) for the complete files and docume

- `npm start` - Start production server
- `npm run dev` - Start development server
- `npm run build` - Build for production
- `npm run preview` - Preview production build locally
- `npm run preview:prod` - Preview production build with base path
- `npm run setup` - Set up required library files
- `npm run lint` - Check for linting issues
- `npm run lint:fix` - Fix linting issues
- `npm run format` - Format code with Prettier
Expand Down

0 comments on commit 804d529

Please sign in to comment.