This is a Next.js project bootstrapped with create-next-app.
First, install the dependencies:
npm install
# or
yarn
# or
pnpm
# or
bunThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
Dependencies not to upgrade:
@radix-ui/react-scroll-area past v1.2.0
- 
Don't use the latest version of @radix-ui/react-scroll-area as it messes up with the scroll position in the left side bar. v1.2.0 is the latest version that works fine with the current codebase. Hours wasted: 3hr 
- 
While building this project in Dockerized form or publishing the website in production, I encourage you to upload videos (as maintaining it in git lfsis going to cost it), please keep all the related videos in this folder. All the videos are currently uploaded in this gdrive folder, you can download them from there and upload them in the above-mentioned folder.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!