Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 378 Bytes

File metadata and controls

20 lines (15 loc) · 378 Bytes

How to run:

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.