Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.43 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.43 KB

[TF2] Custom Backpack Viewer

  • 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

Dependencies

Preview

Logged Out

image

Logged In

image

Class Preview

image

Gameserver Manager Preview

image

Custom Weapon Manager Preview

image