Skip to content

Commit

Permalink
docs: Add frontend dependency installation steps
Browse files Browse the repository at this point in the history
This commit adds explicit instructions for installing frontend dependencies
and a comment for compiling translations, which were previously omitted. While these steps
might be obvious to experienced contributors, they are crucial for new users trying to set up the project for the first time.
  • Loading branch information
CodeWithEmad committed Jul 7, 2024
1 parent 0f60701 commit c2b5426
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/contributing/howtos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,9 @@ a collection of JSON files. To convert all PO files to formatted JSON files you
the build-translation script

```bash
# Install dependencies if you haven't already
cd superset-frontend/ && npm ci
# Compile translations for the frontend
npm run build-translation
```

Expand Down

0 comments on commit c2b5426

Please sign in to comment.