pnpmnode v20
- Ensure you have pnpm installed
npm -g i pnpm - Ensure you have Node v20.0.0 or later installed
nvm install 20 - Generate an RSA private key
openssl genrsa -out private_key.pem- Ensure that you copy this value into the
.envof the server.
- Ensure that you copy this value into the
- Generate a matching RSA public key
openssl rsa -in private_key.pem -pubout -out public_key.pem- Ensure that you copy this value into the
.envof the client.
- Ensure that you copy this value into the
- Run
./main.pyin the directory of the server. - Run
pnpm run devin the directory of the client. - Open in browser.