-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I run locally? #2
Comments
Ah, yes, the front end relies on a backend python server. I never finished the documentation but the basic steps are:
|
I think I made a little progress but then ran into this error: File "/home/sq/Code/nostrtool/src/app.py", line 8, in |
I get this error when I run
|
same thing here |
If you are still experiencing the werkzeug.urls ImportError.. , I was. RUN sed -i '/Flask==2.2.2/a Werkzeug==2.2.3' requirements.txt Also, I use this command for when i build ..so I can see the progress of the building.. good luck |
I know I'm not supposed to enter private key data on the main site. So I downloaded the github code, but what are the requirements to run locally? And instructions anywhere? I was sort of expecting something similar to Ian Coleman's bip39-standalone.html https://github.com/iancoleman/bip39/releases that I can open in the browser and run.
I tried running src/templates/index.html in the browser but the buttons don't work.
The text was updated successfully, but these errors were encountered: