A platform for discovering student organizations at UC Berkeley.
pnpm install
If you don't have pnpm installed, check the documentation
Make a file called .env
in the root directory of the project. Copy the contents of .env.example
into it. Fill in the values for the environment variables (get them from Discord).
pnpx prisma generate
pnpm dev
This project uses the T3 Stack, which is a full-stack TypeScript framework for building web apps. It uses the following primary technologies:
We also use shadcn ui for the UI components and tRPC's built in adapter for React Query for data fetching. The shadcn cli is already configured to work with this project, so it can be used to install new components instead of copy and pasting.
The recommended extensions for this project are bundled into the Codify Extension Pack. Install them in the marketplace to have the best developer experience.