Skip to content

Latest commit

 

History

History
executable file
·
6 lines (4 loc) · 502 Bytes

README.md

File metadata and controls

executable file
·
6 lines (4 loc) · 502 Bytes

First, you should have deployed the app-reader-backend repo. I'd recommend using Heroku. Then, set the BACKEND_URL global variable at the top of src/Login.js and src/Dashboard.js. If you're using Heroku, this URL should look like "xxxxx.herokuapp.com".

To run on your local machine: 'npm install' then 'npm start'

The reader is currently customized for TreeHacks application data and rating criteria. To change those, some modifications will need to be made to templates in the src/Dashboard.js file.