It's time to simulate... with cells!
# clone repo (optional)
git clone https://github.com/TPTraber/AutomatonLab.git
cd AutomatonLab
# install dependencies
pip install -r requirements.txt
# run backend (terminal 1)
python backend/app.py
# run frontend (terminal 2)
python frontend/server.py