Development guide
**TEMPORARILY SHUT DOWN** Developing the cardscan-web library.
Bouncer has been acquired by Stripe! As a result, this library will be non-functional while we transition our network endpoints to Stripe infrastructure. We expect to have the transition completed by the end of Q3 2021.
The cardscan repository contains a demonstration app for the CardScan product. To build and install this library follow the following steps:
- 1.Clone the repository from githubgit clone https://github.com/getbouncer/cardscan-web && cd cardscan-web
- 2.Install dependencies using NPMnpm install
- 3.Build the library using NPM and webpacknpm run buildThis will create a
dist
directory with the compiled javascript. - 4.Start a local server to host the scanner and demo apppython -m SimpleHTTPServer 8000
- 5.
Last modified 2yr ago