Skip to content

Commit

Permalink
docs: improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
denysvitali committed Jan 5, 2025
1 parent 8895f28 commit ebb9a68
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,23 @@ To be able to see your Sentry clips on this web interface, you need to start the
- Docker
- `docker-compose`

### Starting the frontend
### Starting the frontend and the backend

```shell
```bash
git clone https://github.com/denysvitali/tesla-sentry-viewer-frontend
cd tesla-sentry-viewer-frontend
```

Make sure the path to your USB is correctly set in `docker-compose.yml`, by default this is `/run/media/$USER/TESLADRIVE` and we then use `TeslaCam/SentryClips` as the path to the clips.

Once you have set the correct path, you can start the frontend and the backend with:

```bash
docker-compose up -d
```

You can now visit http://localhost:3000 and you should see your clips.


## Manually

Expand Down

0 comments on commit ebb9a68

Please sign in to comment.