Online Chat App
git clone https://github.com/nezutero/kaiwa.git
cd kaiwa
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
-
Pull requests are welcome, for major changes, please open an issue first to discuss what you would like to change.
-
Please make sure to update tests as appropriate.