lego-finder Getting Started Install requirements pip3 install -r requirements.txt Create the .env file REBRICKABLE_API_KEY="<KEY HERE>" Run the application flask --app app --debug run