Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 631 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 631 Bytes

Berlin salary survey

See it live in Handpicked Berlin!

Setup

Install dependencies with npm install before continuing

Data

The data files need to be placed in the data/etl folder. The project expects 2 files named 2023.csv and 2024.csv. There are example files in the same folder.

After placing the data files, run the ETL command to convert them to json files and extract some common values

npm run etl

Nextjs app

Once the data files are processed, simply run npm run dev and visit localhost:3000