Skip to content

Commit 6a33e2d

Browse files
committed
Merge branch 'main' of github.com:huntdatacenter/jupyter-pgadmin-proxy
2 parents df476d2 + 312610d commit 6a33e2d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,27 @@ You can install jupyter-pgadmin-proxy inside your environment with Jupyter / Jup
99
```
1010
python3 -m pip install git+https://github.com/huntdatacenter/jupyter-pgadmin-proxy.git@main
1111
```
12+
13+
## Development
14+
15+
Try `make help` to see available commands:
16+
17+
```
18+
make help
19+
```
20+
21+
## Testing in docker
22+
23+
Run/rebuild local Jupyterlab service:
24+
25+
```
26+
make rebuild
27+
```
28+
29+
Running the command should open a url in the browser http://127.0.0.1:8888/lab
30+
31+
To stop the service run:
32+
```
33+
make down
34+
```
35+

0 commit comments

Comments
 (0)