diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3a3f8f4e4a035a9395c8485aa0844cdac6a866be..06ba0cba43f4fba4cfe3fae247572d7c39aaffc6 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