- This project is developed with the Bun Runtime
- This README is intended to document everything in the project including it's aim, implementation, important details and design visions.
Source Layout:
/src/app/
- Root project structure./app/api/auth/[...nextauth]/route.tsx
- NextAuth Steam Provider initialization./app/components
- All components related to displaying the app./app/components/client
- All client side components./app/users/page.tsx
- Demo fetching page