cuducos / pwned-antifas

https://projeto7c0.com.br/pwned-antifas/
GNU General Public License v3.0
50 stars 7 forks source link

Pwned Antifas

The app works off-line and is just two files: dist/index.html and dist/app.js.

Requirements

Installing dependencies

$ poetry install
$ npm install

Creating dist/index.html

$ poetry run python create_html.py <PATH TO PDF FILE>

Creating dist/app.js

$ npm run build

Loading the app

$ open dist/index.html

For Elm developers

$ npm start