The app is deployed here: https://realfi-assessment.vercel.app/dashboard/overview
Requires Node v18+.
cd next
npm install
npm run dev
Open http://localhost:3000 with your browser to see the app.
cd next
npm run test
- Remove Hasura secrets from repo. Keys are currently included in the repo just to make local enviroment setup simpler.
- Stop Hasura secret from being leaked in the client code. Use AWS Cognito for authentication.