-
Installed starter pack T3
-
Connected to Supabase database through URI
-
Populated db with "pnpm prisma db push"
-
Enabling Github Auth with token and ID
-
Changing from Discord Provider Auth to Github
-
Signed in with Github when started app
-
Deploy to Vercel
-
Adding Daisy UI and Tailwing Typography
-
Adding tables to database Topic and Note (added to User) - pnpm prisma db push
-
Adding tRPC procedures
-
Querying tRPC
-
Adding Header.tsx with userName and avatar
-
Adding document.tsx with daisyUI thing
-
Adding topics to the UI
-
Adding stuff npm i @uiw/react-codemirror codemirror react-markdown @codemirror/lang-markdown @codemirror/language-data @codemirror/view
-
Adding NoteCard and NoteEditor
-
Finishing up