Skip to content

brodysmith1/koala-inquiry

Repository files navigation

NSW Koala Inquiry Interactive

Website: https://koalas.fyi/

Data sources

Running locally

# install the project dependencies
npm install

# run the build and server locally
npm start

View the site at http://localhost:3000/

Previewing the production build

When building for production, an extra build step will strip out all CSS classes not used in the site. This step is not performed during the automatic rebuilds which take place during dev.

# run the production build
npm run build
npm run serve

Other Scripts

# check to see latest packages
npm run update-check

# update all to latest
npm run update

# run npm audit and add risky dependencies in resolutions
npm run preinstall

About

A data-driven interactive to communicate the findings of a parliamentary inquiry into koala populations.

Resources

License

Stars

Watchers

Forks