Skip to content

fingerprintjs/blog-adblocker-fingerprinting-demo

Repository files navigation

Usage

You need to install Node.js and Yarn to run the application.

Install Yarn dependencies. Open this directory in a terminal and run:

yarn install

Quick run

yarn start

Then open one of the demos in a browser:

Press Ctrl+C in the terminal to stop.

Production build

yarn build

The result HTML code will appear in the dist directory.

Development

See contributing.md