Recommended: In .tool-versions
add python v3.9.13 then run asdf install
sudo apt install python3-pip
sudo pip3 install Django
python manage.py migrate
pip install -r requirements.txt
SERIAL_PORT=/dev/ttyACM0
Create a copy of initial_settings_sample.json
and rename it to initial_settings.json
yarn run-py
Access via http://127.0.0.1:8000/
- Recommended: In
.tool-versions
nodejs 22.9.0 then runasdf install
(you may need to install nodejs plugin for asdf)
yarn
yarn dev
Access via http://localhost:5173