docs: Update installing-superset-from-scratch.mdx (#26468)

This commit is contained in:
ʈᵃᵢ 2024-01-12 09:53:49 -08:00 committed by GitHub
parent e36c014290
commit c186ea33ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -146,12 +146,6 @@ superset load_examples
# Create default roles and permissions
superset init
# Build javascript assets
cd superset-frontend
npm ci
npm run build
cd ..
# To start a development web server on port 8088, use -p to bind to another port
superset run -p 8088 --with-threads --reload --debugger
```