This site is a digital toolkit created to share the digital access and equity plans developed for Everett, Chelsea, and Revere.
This site was built with Gatsby and uses npm
for package management. Install the Gatsby CLI with npm i gatsby-cli
, then install local dependencies with npm install
. Run the site in development with gatsby develop
and clear the cache with gatsby clean
. Create working branches off of the develop
branch, then merge commits from develop
into main
when ready to deploy to production.
The toolkit consists of 22 data visualizations, made with Tableau, Mapbox, and QGIS. The repo for the FCC Reported Provider Coverage map can be found here and deployed to GitHub pages as a standalone viz here. Use the login details on Dashlane to access the Data Services' Tableau Public account.
This site is built from the gh-pages
branch. To deploy changes, push code to the main
branch, pull down changes, then run npm run deploy
.