/
Project Structure

Project Structure

Everything is mostly located in a few different locations

  • app

    • Contains all the routes for the website, you can read more about routing with next.js app router here.

    • Components only used for one route can also be put here.

  • components

    • react components

  • server

    • has stuff for backend with trpc and db access with drizzle

  • utils

    • general code that doesn’t fit anywhere else.