14 lines
428 B
Markdown
14 lines
428 B
Markdown
# cosmoguard_frontend
|
|
|
|
This repository contains a small Streamlit frontend prototype for Cosmoguard (Alpha v1).
|
|
|
|
**Run the Streamlit app**
|
|
|
|
Install dependencies and run the app locally (PowerShell):
|
|
|
|
```powershell
|
|
python -m pip install -r requirements.txt
|
|
streamlit run app.py
|
|
```
|
|
|
|
The home page shows a changelog, a feature list with statuses, and a simple reporter to submit bugs or feature requests (saved to `reports.txt`).
|