This app is deployed in both Github Pages (SSG) and Vercel (using server actions and API routes).
The SSG code for the Github Pages deployment is localed in the static branch and the Vercel deployment SSR code is in the main branch.
Mock credentials are found in /src/users.ts.
The sign up & forgot password links are blank as those features are outside of the scope of this application.