This is a project bootstrapped using Turborepo whose main focus is to provide an online marketplace for college students to buy and sell college-related materials. The platform is designed to make it easy for students to find what they need, sell what they don't, and connect with other students in the same college or university.
Firstly, clone the repo and then
Run the command to install all the dependencies:
yarn
Run the command in the root of the folder to start the dev server:
yarn dev
This includes the following packages/apps:
docs
: a Next.js app with Tailwind CSSweb
: another Next.js app with Tailwind CSSui
: a stub React component library with Tailwind CSS shared by bothweb
anddocs
applications@repo/eslint-config
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)@repo/typescript-config
:tsconfig.json
s used throughout the monorepo@repo/database
: prisma orm config and schema
Each package/app is in TypeScript.