This is the official repository for CS50x Nepal 2024. This repository contains all the resources, problem sets, and solutions for the course.
- Clone the repository to your local machine using the following command:
git clone https://github.com/CS50xNepalOfficial/CS50xAI-web.git- Navigate to the repository directory:
cd CS50xAI-web- Run the following command to install the required dependencies:
npm install- Run the following command to start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000/to view the website.