The public key, main file, and signature of that file get sent to the backend which will do GPG verify and then the results get shown back to the user
-
npm install
in backend/javascript and also inside frontend -
Run the backend as
node js_backend.js
from inside backend/javascript -
Run the frontetnd with
npm run dev
from inside frontend