Velo 🚴 Installation Steps: Create virtual environment: python3 -m venv venv Activate it: source ./venv/bin/activate Install dependencies: make install You're ready to go 🚀! Run make serve and visit localhost to start.