This is a react front end application for the lifefiles digital identity project.
It uses https://github.com/cityofaustin/lifefiles-project as the backend end application.
To get started, install node and npm
npm install
Copy .env.local or .env.prod to .env
npm start
In the browser open http://localhost:3001
