/cmd-fam

Primary LanguageJavaScriptMIT LicenseMIT

Control-F for video

Build Status

Setup

git clone https://github.com/ubclaunchpad/cmd-fam.git
cd cmd-fam/
pip install pipenv
pipenv install --dev

Server

pipenv shell
export FLASK_APP=server.py
flask run