/monorepo

Senchabot apps and packages

Primary LanguageTypeScript

Senchabot Monorepo

Senchabot apps and packages

Web application for managing Senchabot, its commands and configuring the bot.

apps/interface - Senchabot web interface app: interface.senchabot.app

Web application to use Senchabot through a web interface similar to the sci-fi themes.

Getting Started

Prerequisites

  • Git
  • Node.js 18 or higher

Installation

  1. Clone the repo

    git clone https://github.com/senchabot-dev/monorepo.git
    cd monorepo
  2. Install NPM packages

    npm install
  3. Run turbo build

    npx turbo build
  4. Create a .env file based on the example file env.example

    cp env.example .env
  5. Let's build up a Docker container for Postgres database

    docker-compose up --build
    # If you want to run the Docker container in the background, run this command instead of the command above:
    docker-compose up -d

Documentations

Contributing

Contributions are always welcome! Please read the contribution guidelines first.