Ensure pnpm is installed on your system. If not, follow the installation instructions on their website.
# download the site code with git
git clone git clone https://github.com/OpenDeepLearningAI/OpenDeepLearning.git
# Navigate into the project directory
cd OpenDeepLearning
# install the dependencies.
pnpm install
# start the development server
pnpm dev
The server will be running at http://localhost:3000.