Skip to content

Commit

Permalink
local deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
KatrionaGoldmann committed Nov 20, 2024
1 parent 1c0e66b commit 0f986aa
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# ami-dashboard
dashboard for AMBER project
# Ami Dashboard

Dashboard for AMBER project currently hosted [here](https://ami-system.github.io/ami-dashboard/).

## Running locally

To view the dashboard on [http://localhost:8000](http://localhost:8000), run the following command in the root directory of the repository:

```
python -m http.server 8000
```

0 comments on commit 0f986aa

Please sign in to comment.