Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 634 Bytes

notes.md

File metadata and controls

24 lines (17 loc) · 634 Bytes

npx create-next-app@latest gene-stepper --typescript --tailwind --eslint npm install reactflow

set interpreter of vscode to the venv

  • yes to src directory

npx shadcn-ui@latest init

npx shadcn-ui@latest add button npx shadcn-ui@latest add popover npx shadcn-ui@latest add command

npm install @radix-ui/react-icons npm install react-hook-form npm i -save-dev @hookform/resolvers npx shadcn-ui@latest add form npx shadcn-ui@latest add toast

in order to make react markdown work with tailwind you need to

  • npm install -D @tailwindcss/typography
  • add 'prose' class
  • add require("@tailwindcss/typography") to plugins on tailwind