convos-chat / www.convos.chat

The convos.chat website - Powered by Convos CMS

Home Page:http://convos.chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convos Docker Status Build Status GitHub issues

Convos - Multiuser chat application

Convos is a multiuser chat application that runs in your web browser.

This repo contains files that is used to build the convos.chat website.

How to make changes

# Convos has a CMS that is used to render the website
git clone git@github.com:convos-chat/convos
./convos/script/convos daemon

# This environment variable should be displayed when starting "convos daemon"
export CONVOS_HOME="$HOME/.local/share/convos/";

# Clone the website
git clone git@github.com:convos-chat/www.convos.chat $CONVOS_HOME/content

# Make changes
cd $CONVOS_HOME/content
$EDITOR index.md
git commit -a -m "made some changes"
git push origin main

About

The convos.chat website - Powered by Convos CMS

http://convos.chat


Languages

Language:Shell 100.0%