Download or clone master branch.
Inside of /src/config.json
put your https://clearbit.com/ secret key, like this:
{
"clearbitkey": "ADD_YOUR_SECRET_KEY_HERE"
}
In the project directory run:
npm install
npm start
This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.