# shielddash **Repository Path**: mirrors_mozilla/shielddash ## Basic Information - **Project Name**: shielddash - **Description**: Dashboard for SHIELD study reports. - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SHIELD Studies Dashboard Basic automated analysis of Firefox SHIELD::studies [issues](https://github.com/mozilla/shielddash/issues) [milestones](https://github.com/mozilla/shielddash/milestones) ## developing? Get started with local development: ```shell which postgres || echo "postgres not installed" && exit 1 createuser --pwprompt shielddash # set password to: shielddash createdb -Oshielddash -Eutf8 shielddash postgres -D /usr/local/var/postgres echo DEBUG=True >> .env virtualenv env source env/bin/activate pip install -r requirements.txt npm install gulp build python manage.py runserver open http://127.0.0.1:8000 ```