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 installin backend/javascript and also inside frontend -
Run the backend as
node js_backend.jsfrom inside backend/javascript -
Run the frontetnd with
npm run devfrom inside frontend