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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Node.js and npm installed on your machine.
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install NPM packages for the server
cd dorian/server npm install - Install NPM packages for the client
cd ../client npm install
- Start the backend server
cd dorian/server npm start - Start the frontend development server
The application will be available at http://localhost:3000.
cd dorian/client npm start
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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.
Starts the backend server.
Starts the backend server in development mode using nodemon.2