npx create-next-app@latest nextjs-dashboard --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example" --use-pnpm
Author: runcodeguy
How to install PNPM globally
npm install -g pnpm
How to delete all Docker containers
docker rm $(docker ps -aq)
How to stop all Docker containers
docker stop $(docker ps -aq)
How to install MariaDB on Mac
brew install mariadb
How to install phpMyAdmin on Mac
brew install phpmyadmin
How to install PHP on Mac
brew install php
How to install MySQL on Mac
brew install mysql
How to install Postman on Mac
brew install --cask postman
How to install Docker on Mac
brew install docker