Skip to content

mushrom/verbose-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

verbose.chat

A chat platform

Getting started

The commands listed assume you're in the top directory of the repository.

Prerequisites:

  • python3
  • pip
  • node.js
  • yarn

Initialize:

# install python dependencies
pip install -r requirements.txt
# install nodejs dependencies
yarn

Build the frontend:

# places outputs in ./backend/static/
yarn webpack

Run a development server:

./backend/manage.py runserver

Run with uwsgi and nginx:

# TODO: add a configuration file that can be dropped into sites-enabled

About

Discord-like experiment with django and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published