Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 584 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 584 Bytes

Hasgeek TV

Source for Hasgeek TV.

This project is winding down.

Test deployment

Here is how you make a test deployment:

$ git clone https://github.com/hasgeek/hasgeek.tv.git
$ cd hasgeek.tv
$ cp instance/settings-sample.py instance/settings.py
$ vim instance/settings.py # Customize this file as needed
$ pip install -r requirements.txt
$ python runserver.py

Asset builds

To build for production:

make assets

or if make is not available,

cd hgtv/assets
npm install
npm run build