@@ -0,0 +1,6 @@
#!/bin/sh
python -m venv backend/.venv
source backend/.venv/bin/activate
pip install -r backend/requirements.txt
npm install
npm run dev
The note is not visible to the blocked user.