The following are technical notes for the data viewer development.
- It's a NextJS application
- Deployed and hosted via my Vercel dashboard
- Reflecting data stored via my Google Cloud console
npm i
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Dev runs at http://localhost:3000
- The plan is to create a dashboard to see the web actions
- Currently actions are written to the database by IDEA.DC5B.COM
- This "Data Viewer" app will read that data.