Litm Server Starter Setup Clone the repository git clone https://github.com/samanthavmac/litm.git cd litm Start the development server bash pip install -r requirements.txt flask run --host=0.0.0.0 --port=5000 ./start.sh