Install pre-commmit following the directions from here. If you're on a Mac with homebrew, the easiest way is brew install pre-commit.
Then, run pre-commit install. You only need to do this once.
Now, pre-commit will run automatically when you make a commit, and will fix files for you. Make sure to add the changed files after pre-commit runs!
cd build
cmake ..
make
./camera
-
cdtosrc/message/ -
Make a
.envfile withTWILIO_ACCOUNT_SIDandTWILIO_AUTH_TOKENset to your account SID and Auth Token -
macOS:
brew tap twilio/brew && brew install twilio -
twilio login -
pip install twilio
python app.pyinclient/- Make a
.envfile withSECRET_KEYandMONGODB_URI requirements.txtinclient/- http://127.0.0.1:5000