From 5ca8c0ba3c676218bd656edb4d3e9a099e6b19ee Mon Sep 17 00:00:00 2001 From: Craig Rueda Date: Mon, 26 Nov 2018 11:16:58 -0800 Subject: [PATCH] Updated local dev instructions to include missing step (#6428) --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1001f782b..0386248c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -222,7 +222,8 @@ superset init # Load some data to play with superset load_examples -# Start the Flask dev web server (but see below for frontend asset compilation) +# Start the Flask dev web server from inside the `superset` dir (but see below for frontend asset compilation) +cd superset flask run -p 8080 --with-threads --reload --debugger ```