- go to Terminal
- cd Python
- npx shadcn@latest init
- name the project
- default settings
- cd to the project folder
- cursor .
- npx shadcn@latest add
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/badgerhoneymoon/starter.git
git push -u origin main
- go to Terminal to Python folder
- git clone [git link] [project name]
- cd [project name]
- cursor .