Organizing toolkit for Anti-Displacement struggles in the greater Boston area. Produced by Research Action Design, with MIT CoLab, GreenRoots and Everett Community Health Partnership.
Thanks to Maria Lamardo for initial code architecture and front end development, Queer Black Editing for copy editing, and Xenia Barahona for translation. Illustrations by Agustín Cepeda and Natalia Coachman.
This site is covered under the GNU General Public License (see LICENSE document in repo for more information).
This site is currently deployed via Netlify from the master branch. The live site lives at https://www.greaterbostontoolkit.org
Translations of shorter string snippets are stored in the /src/locales/en.json
and /src/locales/es.json
files. Each toolkit also has an corresponding object in the translations file with its title, header question, header image, links to google doc & pdfs, etc.
Full toolkit content in long-form is written out in the /src/components/Toolkit_en
and /src/components/Toolkit_es
folders. To make updates to toolkit contents, check these folders first. At build time, the /src/views/Toolkit/*.vue
files dynamically load the corresponding English or Spanish toolkit component and populate metadata from the translation files in the toolkit
object.
npm install
Then copy .env.example
to .env
.
npm run serve
npm run build
npm run test
npm run lint