Open-source AI coworker, with memory https://www.rowboatlabs.com
Find a file
2025-01-14 15:17:42 +05:30
apps Update README.md website URL 2025-01-14 15:17:42 +05:30
.env.example add docker-compose and readme 2025-01-14 12:28:44 +05:30
.gitignore add docker-compose and readme 2025-01-14 12:28:44 +05:30
docker-compose.yml add docker-compose and readme 2025-01-14 12:28:44 +05:30
LICENSE Create LICENSE 2025-01-13 15:30:28 +05:30
README.md add docker-compose and readme 2025-01-14 12:28:44 +05:30

RowBoat monorepo

This is the monorepo for RowBoat.

Setup and Run

To set up and run RowBoat, follow these steps:

  1. Create a .env File:

    First, create a .env file in the root directory of the project. You can use the .env.example file as a template. Copy the contents of .env.example and replace the placeholder values with your actual configuration values.

    cp .env.example .env
    

    Edit the .env file to include your specific API keys and secrets.

  2. Build and Run Service:

    Use Docker Compose to build and run the RowBoat service:

    docker-compose up --build
    

    This command will build the Docker image and start the service.

  3. Access the Application:

    Once the service is running, you can access RowBoat via:

    • http://localhost:3000