Create a new directory for your project and initialize it with npm:
mkdir my-package
cd my-package
npm init -ySee how a minor change to your commit message style can make a difference. Examples
ℹ️ git-conventional-commits A CLI util to ensure this conventions and generate changelogs
Python 3.11 is not available as apt package on debian raspbian bullseye so installing from source needed
updatepython2v11.sh can be used to compile python 3.11 on raspberry pi
installing packages like bcrypt and cryptography needs rust compiling so rust compiler needed if you don't do that you will get error liek this:
Building wheels for collected packages: bcrypt