https://github.com/generalbots/online.gbui
General Bots conversational suite.
https://github.com/generalbots/online.gbui
Last synced: 2 months ago
JSON representation
General Bots conversational suite.
- Host: GitHub
- URL: https://github.com/generalbots/online.gbui
- Owner: GeneralBots
- Created: 2024-11-15T16:44:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T10:41:17.000Z (4 months ago)
- Last Synced: 2025-02-07T11:33:03.310Z (4 months ago)
- Language: TypeScript
- Size: 2.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# General Bots Online user interface
# Get started
1. Install dependencies
```bash
npm install
```2. Start the app
```bash
npx expo start
```
# Docs- [development build](https://docs.expo.dev/develop/development-builds/introduction/)
- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo
Stalwart# Drive
Garage
# Chat
RPC-like
# Setup VM
```bash
# Install RDP and XFCE on Ubuntu
sudo apt update && sudo apt install -y xfce4 xfce4-goodies xrdp && echo "xfce4-session" > ~/.xsession && sudo sed -i 's/^exec/#exec/' /etc/xrdp/startwm.sh && echo "exec startxfce4" | sudo tee -a /etc/xrdp/startwm.sh && sudo systemctl enable --now xrdp# Stalwart
curl --proto '=https' --tlsv1.2 -sSf https://get.stalw.art/install.sh -o install.sh
sudo sh install.sh /path/to/install# Chrome
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list' sudo apt update sudo apt install google-chrome-stable# Ngix
sudo apt install -y nginx
sudo systemctl enable --now nginx# Node JS 20
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt install -y nodejs```