The right way to learn coding.
🔥 YouTube - https://www.youtube.com/@AbhinayJangde
- Docker Complete Course
- Matrix Web Dev
This repository is in development mode. You can contribute to this repository by following the below steps. If you want to contribute production code. visit
- Clone the repository
git clone https://github.com/abhinayjangde/codebhaiya.git
- Change the directory
cd codebhaiya
- Install the dependencies
pnpm install
- Copy the
.env.example
file to.env
cp apps/web/.env.example apps/web/.env
cp packages/db/.env.example packages/db/.env
- Start the development server
pnpm dev
- Open the browser and visit
http://localhost:3000
Pull requests are always welcome😘