An app that makes your Messenger chat data into a Kahoot quiz
Requirements: docker and docker-compose, nvm and pipenv.
cp .env.default .env # to create your "secret" env file
nvm use # to make sure .nvmrc is picked up.
npm install # to install local frontend dependencies.A two-way-split terminal window setup is recommended:
Tab 1: docker-compose
docker-compose up --buildto start the python API, workers and required services
Tab 2:
nvm useto make sure .nvmrc is picked up.npm startwill run webpack-dev-server on localhost:8000 which automatically compile changes insrc/(and hot reloads).