mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 23:36:17 -04:00
Update local-dev.md
This commit is contained in:
parent
85dedf03ce
commit
ee62b47305
1 changed files with 9 additions and 6 deletions
|
@ -9,13 +9,16 @@ Then, clone the repository:
|
||||||
cd snapdrop
|
cd snapdrop
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
To restart the containers run `docker-compose restart`.
|
|
||||||
To stop the containers run `docker-compose stop`.
|
|
||||||
|
|
||||||
|
|
||||||
Now point your browser to `http://localhost:8080`.
|
Now point your browser to `http://localhost:8080`.
|
||||||
|
|
||||||
|
- To restart the containers run `docker-compose restart`.
|
||||||
|
- To stop the containers run `docker-compose stop`.
|
||||||
|
- To display the nodejs logs for debugging run `docker logs snapdrop_node_1`.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Testing PWA related features
|
## Testing PWA related features
|
||||||
PWAs require that the app is served under a correctly set up and trusted TLS endpoint.
|
PWAs require that the app is served under a correctly set up and trusted TLS endpoint.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue