This project was bootstrapped with Create React App.
Open the project folder traverse to the config
folder through the 'src' folder.
Rename the demo-secret-keys.js
file to secret-keys.js
.
Open the secret-keys.js
file and edit the variables for login and API key with your information. If you do not have credentials, sign up for a Bitly account here. Then visit this page to get your API Key.
Save and close file.
After you complete the configuration setup, navigate to the project in your terminal.
To install dependencies: npm install
To start in development mode: npm start
Open http://localhost:3000 to view it in the browser.