FANDOM's gdpr opt-in dialog prompt.
npm install tracking-opt-in-testFANDOM's gdpr opt-in dialog prompt.
$> yarn install
`Local Development
`
$> yarn start
`Open up http://localhost:3000. Webpack HMR should update the app as you develop.
The main entry point is
src/index.js.Running Tests
To run a single pass over the tests:
`
$> yarn test
`To run the tests in watch mode so that changes re-run the tests:
`
$> yarn test:watch
``