Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 535 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 535 Bytes

Connect Hub ( CUB )

A Hub to connect with your inner code ninja and the Open Source community,

Code. Learn. Earn. Share.

Develop

Install requirements:

  • Install Python 2.7 and pip
  • Install NodeJS and npm
  • Install MongoDB

Install project dependencies:

  • Install Python packages: pip install -r dev-requirements.txt
  • Install NodeJS packages: npm install
  • Build frontend: npm run build

Run application:

  • Run celery: celery -A cub worker -l info
  • Run python manage.py runserver