sevilayerkan / monorepo-sencha

Senchabot apps and packages

Home Page:https://senchabot.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • pnpm

Installation

  1. Clone the repo

    git clone https://github.com/senchabot-dev/monorepo.git
    cd monorepo
  2. Install the dependencies

    pnpm 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.

About

Senchabot apps and packages

https://senchabot.app/


Languages

Language:TypeScript 79.6%Language:Go 17.6%Language:CSS 1.1%Language:HTML 1.1%Language:Dockerfile 0.3%Language:JavaScript 0.2%