Skip to content

Commit

Permalink
docs: add preact example description to the contributing instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Jun 16, 2022
1 parent f280bed commit 92f96c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The main branch is locked for the push action. For proposing changes, use the st
There are 2 demo pages for this integration:
1. In `/examples/spa` folder. It is a rich demo with scenarios of using different caching strategies. You can find more info about configuration and starting demo in the [readme](examples/spa/README.md).
2. In `/examples/next` folder. It is a demo built with NextJS that allows testing SSR scenarios. You can find more info about configuration and starting demo in the [readme](examples/next/README.md).
3. In `/examples/preact` folder. It is a demo built with Preact. You can find more info about configuration and starting demo in the [readme](examples/preact/README.md).

If you want to test integration with [fingerprintjs-pro-spa](https://github.com/fingerprintjs/fingerprintjs-pro-spa), just [link the package](https://yarnpkg.com/cli/link) with the `yarn link`.

Expand Down

0 comments on commit 92f96c9

Please sign in to comment.