npm install- Clone the data repo (must have permissions)
git clone https://github.com/migrants-and-the-state/extracted-data.git - Run ingest script
npm run ingest
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview, lint the code with npm run lint, and auto-format the code with npm run format.