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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Steps:
python3 -m venv venvsource ./venv/bin/activatemake installYou're ready to go 🚀!
Run make serve and visit localhost to start.