feat: auth flow

This commit is contained in:
talksik
2026-02-19 20:36:08 -08:00
parent 1f249c47a6
commit 144596fcaa
16 changed files with 559 additions and 24 deletions
+3
View File
@@ -8,3 +8,6 @@ As an example, we have as high of a bar as a product team like Linear, which out
### Package Manager
- Use **yarn** (not npm) for all dependency management
### Design system
Whenever possible, we should use the design system components. If we need to add a new component from the available ones in [shadcn](https://ui.shadcn.com/docs/components), we should add it to the design system (using `shadcn add _`) and use it in the app.