aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 28a2046..8151c4d 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,8 @@ npm run build
47``` 47```
48 48
49Then your dashboard is ready to use in the `/dist` directory. 49Then your dashboard is ready to use in the `/dist` directory.
50The `dist` directory is meant to be served by an HTTP server, so **it will not work if you open dist/index.html directly over file:// protocol**.
51
50Use it like any static HTML content (use a webserver or open the html index directly). 52Use it like any static HTML content (use a webserver or open the html index directly).
51 53
52## Developement 54## Developement