Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 903 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 903 Bytes

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