initial commit
This commit is contained in:
50
README.md
Normal file
50
README.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# Ren Browser
|
||||
|
||||
A browser for the Reticulum Network. Work-in-progress.
|
||||
|
||||
## Development
|
||||
|
||||
**Requirements**
|
||||
|
||||
- Python 3.13+
|
||||
- Flet
|
||||
- Reticulum 0.9.6+
|
||||
|
||||
**Setup**
|
||||
|
||||
```bash
|
||||
poetry install
|
||||
```
|
||||
|
||||
### Desktop
|
||||
|
||||
```bash
|
||||
poetry run ren-browser-dev
|
||||
```
|
||||
|
||||
### Web
|
||||
|
||||
```bash
|
||||
poetry run ren-browser-web-dev
|
||||
```
|
||||
|
||||
### Mobile
|
||||
|
||||
**Android**
|
||||
|
||||
```bash
|
||||
poetry run ren-browser-android-dev
|
||||
```
|
||||
|
||||
**iOS**
|
||||
|
||||
```bash
|
||||
poetry run ren-browser-ios-dev
|
||||
```
|
||||
|
||||
### Docker/Podman
|
||||
|
||||
```bash
|
||||
docker build -t ren-browser .
|
||||
docker run -p 8550:8550 ren-browser
|
||||
```
|
||||
Reference in New Issue
Block a user