mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 10:31:35 +00:00
Fix minor typo in setup.md (#563)
This commit is contained in:
parent
13e79df7c9
commit
c5b12ebabd
4
setup.md
4
setup.md
@ -32,7 +32,7 @@ You can edit the frontend code in `/frontend/src/` to make the changes you want.
|
||||
|
||||
4. On another terminal `npm install -g http-server`
|
||||
|
||||
5. Then run `http-server "robosats/frontend/static/`
|
||||
5. Then run `http-server "robosats/frontend/static/"`
|
||||
|
||||
6. Install [Requestly](https://requestly.io/) extension in your browser, it's a lightweight proxy. We want to use it so our browser grabs our local `main.js` instead of the remote. There are many alternatives to Requestly (be aware that Requestly might not respect your privacy. Didn't research it).
|
||||
|
||||
@ -115,4 +115,4 @@ You will need these commands also often or eventually:
|
||||
* Lock a bond from your own `lnd-dev` node
|
||||
`docker exec -it lnd-dev lncli -network=testnet payinvoice <BOLT_11_INVOICE> --allow_self_payment`
|
||||
|
||||
**RoboSats development site should be accessible on 127.0.0.1:8000**
|
||||
**RoboSats development site should be accessible on 127.0.0.1:8000**
|
||||
|
Loading…
Reference in New Issue
Block a user