mirror of
https://github.com/RoboSats/robosats.git
synced 2025-08-08 20:20:17 +00:00
Remove duplicate paragraph
This commit is contained in:
@ -14,9 +14,7 @@ docker-compose up
|
|||||||
# Check out http://localhost:12596 on your browser
|
# Check out http://localhost:12596 on your browser
|
||||||
```
|
```
|
||||||
|
|
||||||
You can edit the frontend code in `/frontend/src/` to make the changes you want. Within a few seconds, the `npm-dev` container process will pack the code into the local `main.js`. Visit `http://localhost:12596` and you will see your changes on the frontend.
|
**You are ready to go!** Edit the frontend code in `/frontend/src/` to make the changes you want. Within a few seconds, the `npm run build` container process will pack the code into the local `main.js`. Visit `http://localhost:12596` and you will see your changes on the frontend.
|
||||||
|
|
||||||
**You are ready to go!** Edit the frontend code in `/frontend/src/` to make the changes you want. Within a few seconds, the `npm run dev` process will pack the code into the local `main.js`. Visit your selected {robosats-site} and you will see your new awesome frontend! :)
|
|
||||||
|
|
||||||
Every time you save changes to files in `/frontend/src` you will be able to see them in your browser after a few seconds using force refresh (Ctrl+Shift+R).
|
Every time you save changes to files in `/frontend/src` you will be able to see them in your browser after a few seconds using force refresh (Ctrl+Shift+R).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user