Skip to content

NateWr/antiboycott

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