This app explores the Bureau of Labor Statistics (BLS) data on salaries from the Occupational Employment and Wage Statistics (OEWS) survey.
This project requires you to create pass in an environment variable for source query substitution for example via a .env
file:
EVIDENCE_VAR__qa_filter="and occupation_code ilike '15%'"
or
EVIDENCE_VAR__qa_filter=" "
If you are using this template in Codespaces, click the Start Evidence
button in the bottom status bar. This will install dependencies and open a preview of your project in your browser - you should get a popup prompting you to open in browser.
Or you can use the following commands to get started:
npm install
npm run sources
npm run dev -- --host 0.0.0.0
See the CLI docs for more command information.
Note: Codespaces is much faster on the Desktop app. After the Codespace has booted, select the hamburger menu → Open in VS Code Desktop.
The easiest way to get started is using the VS Code Extension:
- Install the extension from the VS Code Marketplace
- Open the Command Palette (Ctrl/Cmd + Shift + P) and enter
Evidence: New Evidence Project
- Click
Start Evidence
in the bottom status bar
npx degit evidence-dev/template my-project
cd my-project
npm install
npm run sources
npm run dev
Check out the docs for alternative install methods including Docker, Github Codespaces, and alongside dbt.