Skip to content

AnayGarodia/dorian

Repository files navigation

Dorian AI Agent Builder

Dorian is a powerful tool for building AI agents with a visual workflow editor. It provides a user-friendly interface to design, build, and deploy AI agents that can integrate with various services.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have Node.js and npm installed on your machine.

Installation

  1. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  2. Install NPM packages for the server
    cd dorian/server
    npm install
  3. Install NPM packages for the client
    cd ../client
    npm install

Running the application

  1. Start the backend server
    cd dorian/server
    npm start
  2. Start the frontend development server
    cd dorian/client
    npm start
    The application will be available at http://localhost:3000.

Available Scripts

In the project directory, you can run:

npm start (Client)

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test (Client)

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build (Client)

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm start (Server)

Starts the backend server.

npm run dev (Server)

Starts the backend server in development mode using nodemon.2

About

Dorian: visual workflow editor for building AI agents.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages