26 lines
486 B
Markdown
26 lines
486 B
Markdown
# Snowflake Dashboard
|
|
|
|
A simple [snowflake](https://snowflake.torproject.org/) dashboard to portray runtime metrics.
|
|
|
|

|
|
|
|
## Installation
|
|
|
|
- Clone this repository:
|
|
|
|
```bash
|
|
git clone https://github.com/lone-cloud/snowflake-dashboard.git
|
|
cd snowflake-dashboard
|
|
```
|
|
|
|
- Start the services:
|
|
|
|
```bash
|
|
docker compose up -d
|
|
```
|
|
|
|
- Open the dashboard in your browser:
|
|
|
|
```plaintext
|
|
http://localhost:8888
|
|
```
|