Skip to content

badgerhoneymoon/starter

Repository files navigation

NextJS installation

  1. go to Terminal
  2. cd Python
  3. npx shadcn@latest init
  4. name the project
  5. default settings
  6. cd to the project folder
  7. cursor .
  8. npx shadcn@latest add

Git init

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

Git clone

  1. go to Terminal to Python folder
  2. git clone [git link] [project name]
  3. cd [project name]
  4. cursor .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published