236 B
236 B
The Magic App
A swarm of dreams.
Go Go Go No Docker
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ python run.py
Go Go Go Yes Docker
$ make build
$ make run