For this data visualization project, we are using a dataset from the Statistics Netherlands (CBS) about the net worth of households in The Netherlands. This dataset can be found here.
To be able to build this project, first install the required packages:
npm install
To start a development server which automatically applies any changes, run:
npm run dev
To build a production version, run:
npm run build