mirror of
https://github.com/PurpleI2P/i2pd-tools
synced 2025-01-11 23:37:53 +00:00
16 lines
192 B
Markdown
16 lines
192 B
Markdown
|
# demos
|
||
|
|
||
|
## dependencies
|
||
|
|
||
|
* browserify
|
||
|
* GNU Make
|
||
|
* i2pd with websockets enabled
|
||
|
* websocks tunnel
|
||
|
|
||
|
## usage:
|
||
|
|
||
|
make
|
||
|
python3 -m http.server 3000
|
||
|
|
||
|
then go [here](http://127.0.0.1:3000/)
|