From 4bdda551aa6e00d036c43eddef2c215c7b5b681f Mon Sep 17 00:00:00 2001 From: Johannes Salentin <johannes.salentin@rwth-aachen.de> Date: Sun, 30 Jun 2019 14:30:05 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a3f8f4..06ba0cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,6 +45,11 @@ Run this after you have finalized your changes and make sure there are no errors npm run build ``` +## Previewing the built dist directory locally +```bash +serve -s dist +``` + ## Lints and fixes files This runs a static code analysis and you should make sure there are no warnings or errors. ```bash -- GitLab