Skip to content

NateWr/antiboycott

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a14f26 · May 6, 2024

History

72 Commits
Jun 20, 2023
Jun 10, 2023
May 6, 2024
Aug 3, 2023
Jun 10, 2023
Jun 10, 2023
Jun 10, 2023
Jul 14, 2023
Jun 12, 2023
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Jun 10, 2023
Jun 10, 2023
Jun 10, 2023
Jul 13, 2023

Repository files navigation

The Rise of U.S. Anti-Boycott Legislation

This is a web-based story created for Visualizing Palestine based on their infographic The Rise of U.S. Anti-Boycott Legislation. It was created with Vue, Vite, and scrollama.

Screenshot that shows a protest banner reading "Boycott Israel Apartheid". The story title is superimposed on top.

Project Setup

npm install

Generate optimized images shown above-the-fold

npm run images

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint