Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 821 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 821 Bytes

housing-stress

Code and data for an ABC News story on housing stress.

Data

Data for this project is managed with DVC and stored in the data-library Sharepoint group synced to OneDrive.

Once DVC is installed and the data-library files are syned to your OneDrive, getting project data should be as simple as running dvc pull in the project directory;

Development

git clone [email protected]:abcnews/housing-stress.git
cd housing-stress
npm i
npm run dev

Deployment

Deployment is done via the usual aunty methods.

This project was generated from aunty's svelte project template.