IMLS / estimating-wifi

Estimating Wifi is a pilot project to automate the censusing of proximal wifi devices via low-cost and open source tools.
https://10x.gsa.gov/projects/shared-components-for-museums-and-libraries/
Other
10 stars 2 forks source link

211 add library system nav #301

Closed sknep closed 1 year ago

sknep commented 1 year ago

This PR improves navigation between libraries: -- added state pages and breadcrumbs for browsing -- added search by library name -- placed library name and address to the top of library pages Also a few demo- or dev- related quality of life updates: -- accepts a baseurl for the backend api to be passed in via .env file or env variables -- updated the placeholder data to use real library keys so that their pages have library name/address and navigation patterns -- update the default 'start date' for visualizations to be may 1st, the month we have data for, instead of yesterday

If you'd like to run locally, as usual: npm i, then npm run dev -- make sure you have a .env file as indicated here

You can also run the front end unit tests by running npm run test