Skip to content

Codify-Club-Berkeley/BearConnect

Repository files navigation

Bear Connect

A platform for discovering student organizations at UC Berkeley.

Setup

Install dependencies:

pnpm install

If you don't have pnpm installed, check the documentation

Set up the environment variables

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).

Generate the Prisma client

pnpx prisma generate

Start the development server

pnpm dev

Tech Stack

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.

Extensions

The recommended extensions for this project are bundled into the Codify Extension Pack. Install them in the marketplace to have the best developer experience.

About

Code for BearConnect application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published