diff --git a/README.md b/README.md index 315496e..b527d25 100644 --- a/README.md +++ b/README.md @@ -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 +``` +